This documentation is for the old version. Go to the latest Graphics Mill docs

UnsignedRational.Inequality Operator

Compares UnsignedRational values for inequality.

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

Syntax

Visual Basic
Public Shared Operator <> ( _
	object1 As UnsignedRational, _
	object2 As UnsignedRational _
) As Boolean
C#
public static bool operator !=(
	UnsignedRational object1,
	UnsignedRational object2
)

Return Value

Value that is true when numbers are inequal, false otherwise.

See Also

Reference