OptTIsSome Field
Returns whether the option has Some value or not.
var someInt = Some(12);
Assert(noneInt.IsNone);
Namespace: Orx.Fun.OptionAssembly: Orx.Fun.Option (in Orx.Fun.Option.dll) Version: 1.2.1+ea79806fa5e0e04bfdaef2a1916930e75e2cde74
public readonly bool IsSome
Field Value
Boolean