MindFusion.Reporting for Silverlight Programmer's Guide
Location.Equals Method
See Also
 





Determines if two Location structures have the same coordinates.

Namespace: MindFusion.Reporting.Silverlight
Assembly: MindFusion.Reporting.Silverlight

 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
An object to compare to this location.

 Return Value

true, if obj is a Location with the same coordinates as this location; otherwise, false.

 See Also

Location Members
Location Structure
MindFusion.Reporting.Silverlight Namespace