OptTEquals(OptT) Method
            Returns true if both values are 
IsNone; or both 
IsSome and their unwrapped values are equal; false otherwise.
            
Namespace: Orx.Fun.OptionAssembly: Orx.Fun.Option (in Orx.Fun.Option.dll) Version: 1.2.1+ea79806fa5e0e04bfdaef2a1916930e75e2cde74
public bool Equals(
	Opt<T> other
)
- other  OptT
 - Other optional to compare to.
 
BooleanIEquatableTEquals(T)