OptTEquals Method

Overload List

Equals(Object) Returns whether this option is equal to the other.
Equals(OptT) Returns true if both values are IsNone; or both IsSome and their unwrapped values are equal; false otherwise.

See Also