Click or drag to resize

CoordinatesEquals Method (Coordinates)

Determines whether the specified Coordinates is equal to this instance.

Namespace:  TomsToolbox.Wpf
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public bool Equals(
	Coordinates other
)

Parameters

other
Type: TomsToolbox.WpfCoordinates
The Coordinates to compare with this instance.

Return Value

Type: Boolean
true if the specified Coordinates is equal to this instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also