Indicates whether the current object is equal to another object of the same type.
public override bool Equals(object obj)
parameter | description |
---|---|
obj | An object to compare with this object. |
True if the current object is equal to the obj parameter; otherwise, false.
public bool Equals(Optional other)