Rational.Inequality Operator

Tests whether two specified Rational instances are different.

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

Syntax

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

Parameters

l

Type: Aurigma.GraphicsMill.Rational

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

Type: Aurigma.GraphicsMill.Rational

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

Return Value

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

See Also

Reference