Equals

Equals(Status)

Determines whether the specified object is equal to the current object.

public virtual bool Equals(Status other)
Parameter Type Description
other Status The object to compare with the current object.

Return Value

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

See Also


Equals(object)

Determines whether the specified object is equal to the current object.

public override bool Equals(object obj)
Parameter Type Description
obj Object The object to compare with the current object.

Return Value

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

See Also