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