Click or drag to resize

HorizontalPositionEquals(HorizontalPosition) Method

Determines whether the otherHorizontalPosition is equal to this HorizontalPosition instance.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public bool Equals(
	HorizontalPosition other
)

Parameters

other  HorizontalPosition
The other horizontal position to compare with this horizontal position instance.

Return Value

Boolean
true if the otherHorizontalPosition is equal to this HorizontalPosition instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also