op_Inequality

RawSRational Inequality operator

Indicates whether two objects of the same type are not 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 not equal; otherwise, false.

See Also