op_Equality

RawSRational Equality operator

Indicates whether two objects of the same type are equal.

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

Return Value

True if the objects are equal; otherwise, false.

See Also