op_Equality

RawRational Equality operator

Indicates whether two objects of the same type are equal.

public static bool operator ==(RawRational left, RawRational right)
Parameter Type Description
left RawRational The left object.
right RawRational The rigt object.

Return Value

True if the objects are equal; otherwise, false.

See Also