Click or drag to resize

VerticalPositionEquals(VerticalPosition) Method

Determines whether the other  VerticalPosition is equal to this VerticalPosition instance.

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

Parameters

other  VerticalPosition
The other vertical position to compare with this vertical position instance.

Return Value

Boolean
true if the other  VerticalPosition is equal to this VerticalPosition instance; otherwise, false.

Implements

IEquatableTEquals(T)
See Also