 | FS_POINTFEquals(FS_POINTF) Method |
Specifies whether this
FS_POINTF contains the same coordinates as the specified point.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic bool Equals(
FS_POINTF obj
)
Public Function Equals (
obj As FS_POINTF
) As Boolean
public:
bool Equals(
FS_POINTF obj
)
member Equals :
obj : FS_POINTF -> bool
public boolean Equals(
FS_POINTF obj
)
Parameters
- obj FS_POINTF
- The FS_POINTF to test.
Return Value
BooleanThis method returns true if obj has the same coordinates as this
FS_POINTF.
See Also