Click or drag to resize

HorizontalPositionEquals(Object) Method

Determines whether the specified Object is equal to this HorizontalPosition instance.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The Object to compare with this horizontal position instance.

Return Value

Boolean
true if the specified Object is a HorizontalPosition and is equal to this HorizontalPosition instance; otherwise, false.
See Also