OptTEquals(Object) Method

Returns whether this option is equal to the other.

Definition

Namespace: Orx.Fun.Option
Assembly: Orx.Fun.Option (in Orx.Fun.Option.dll) Version: 1.2.1+ea79806fa5e0e04bfdaef2a1916930e75e2cde74
C#
public override bool Equals(
	Object? other
)

Parameters

other  Object
Other optional to compare to.

Return Value

Boolean

See Also