PolygonPoint.Equals(PolygonPoint) Method

Indicates whether the current object is equal to another object of the same type.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public bool Equals(
	PolygonPoint other
)

Parameters

other  PolygonPoint
An object to compare with this object.

Return Value

Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also