[]
        
(Showing Draft Content)

GrapeCity.Enterprise.Data.Expressions.Evaluation.Variant.Equals

Equals Method

Equals(object)

Checks whether the Variant equals to the specified object.

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

The object to be converted to the Variant and compared with it.

Returns
Type Description
bool

True if the variants are equal, False otherwise.

Overrides

Equals(Variant)

Checks whether the Variant equals to the specified one.

Declaration
public bool Equals(Variant b)
Parameters
Type Name Description
Variant b

Variant to check with.

Returns
Type Description
bool

True if the variants are equal, False otherwise.

Implements