Click or drag to resize

CoordinatesInequality Operator

Implements the operator !=.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public static bool operator !=(
	Coordinates left,
	Coordinates right
)

Parameters

left
Type: TomsToolbox.WpfCoordinates
The left object to compare.
right
Type: TomsToolbox.WpfCoordinates
The right object to compare.

Return Value

Type: Boolean
The result of the operator.
See Also