[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Parser.Span.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(Span)

Determines if the specified Span is equal to this object.

Declaration
public bool Equals(Span span)
Parameters
Type Name Description
Span span

The object to compare this object to.

Returns
Type Description
bool

True if the specified Span is equal to this one.