Orx.Fun.Option (C#)
C#
Show/Hide TOC
Opt
T
Equals Method
Overload List
Equals(Object)
Returns whether this option is equal to the
other
.
Equals(Opt
T
)
Returns true if both values are
IsNone
; or both
IsSome
and their unwrapped values are equal; false otherwise.
See Also
Reference
Opt
T
Structure
Orx.Fun.Option Namespace
In This Article
Overload List
See Also