[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Parser.Location.Equals

Equals Method

Equals(object)

Determines if the specified object is equal to this object.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj

The object to compare this object to.

Returns
Type Description
bool

True if the specified object is equal to this one.

Overrides

Equals(Location)

Determines if the specified Location is equal to this object.

Declaration
public bool Equals(Location location)
Parameters
Type Name Description
Location location

The object to compare this object to.

Returns
Type Description
bool

True if the specified Location is equal to this one.