Click or drag to resize

PdfPointEquals Method (Object)

Equals - compares this Point with the passed in object.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare to "this"

Return Value

Type: Boolean
'true' if the object is an instance of PdfPoint and if it's equal to "this".
See Also