Equals

Enumeration.Equals method (1 of 2)

Determines whether two object instances are equal.

public virtual bool Equals(Enumeration other)
parameterdescription
otherThe object to compare with the current object.

Return Value

true if the specified object is equal to the current object; otherwise, false.

See Also


Enumeration.Equals method (2 of 2)

Determines whether two object instances are equal.

public override bool Equals(object obj)
parameterdescription
objThe object to compare with the current object.

Return Value

true if the specified object is equal to the current object; otherwise, false.

See Also