op_Inequality

RawRational Inequality operator

Indicates whether two objects of the same type are not equal.

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

Return Value

True if the objects are not equal; otherwise, false.

See Also