ResTEquals(Object) Method

Returns whether this result is equal to the other.

Definition

Namespace: Orx.Fun.Result
Assembly: Orx.Fun.Result (in Orx.Fun.Result.dll) Version: 1.3.0+344c8bdd6f720ccfb2d8db7c61b76cf02be18f5f
C#
public override bool Equals(
	Object? other
)

Parameters

other  Object
Other result to compare to.

Return Value

Boolean

See Also