Click or drag to resize

PointEquals(Object) Method

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

Namespace: SautinSoft.Document.Drawing
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 point instance.

Return Value

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