UnsignedRational.Inequality Operator

Tests whether two specified UnsignedRational instances are different.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public static bool operator !=(
	UnsignedRational l,
	UnsignedRational r
)

Parameters

l

Type: Aurigma.GraphicsMill.UnsignedRational

The UnsignedRational that is to the left of the inequality operator.
r

Type: Aurigma.GraphicsMill.UnsignedRational

The UnsignedRational that is to the right of the inequality operator.

Return Value

true if the two UnsignedRational instances are different; otherwise, false.

See Also

Reference