Click or drag to resize

FS_QUADPOINTSFEquals(Object) Method

Specifies whether this FS_QUADPOINTSF contains the same points as the specified object.

Namespace: Patagames.Pdf
Assembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj  Object
The System.Object to test.

Return Value

Boolean
This method returns true if obj is a FS_QUADPOINTSFand has the same points as this FS_QUADPOINTSF.
See Also