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