MindFusion WinForms Programmer's Guide
Location.Equals Method
See Also
 





Determines if two Location structures have the same coordinates.

Namespace: MindFusion.Reporting
Assembly: MindFusion.Reporting

 Syntax

C#  Copy Code

public override bool Equals (
    Object obj
)

Visual Basic  Copy Code

Public Overrides Function Equals( _
    obj As Object _
) As Boolean

 Parameters

obj
The System.Object to test.

 Return Value

true if obj is a Location and has the same coordinates and units as this Location; otherwise, false.

 See Also

Location Members
Location Structure
MindFusion.Reporting Namespace