 | FS_POINTFEquals(Object) Method |
Specifies whether this
FS_POINTF contains the same coordinates as the specified object.
Namespace: Patagames.PdfAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool
public boolean Equals(
Object obj
)
Parameters
- obj Object
- The System.Object to test.
Return Value
BooleanThis method returns true if obj is a
FS_POINTF and has the same coordinates as this
FS_POINTF.
See Also