ActiveReports 12
Equals(Location) Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.Enterprise.Data.DataEngine.Expressions.Parser Namespace > Location Structure > Equals Method : Equals(Location) Method
The object to compare this object to.
Determines if the specified Location is equal to this object.
Syntax
'Declaration
 
Public Overloads Function Equals( _
   ByVal location As Location _
) As Boolean
public bool Equals( 
   Location location
)

Parameters

location
The object to compare this object to.

Return Value

True if the specified Location is equal to this one.
See Also

Reference

Location Structure
Location Members
Overload List