System::Drawing::SizeF::Equals method
SizeF::Equals method
Determines if the current object and the specified object are equal, i.e. represent the same pair of width and hegiht values.
bool System::Drawing::SizeF::Equals(const SizeF &size) const
Parameter | Type | Description |
---|---|---|
size | const SizeF& | The object to compare the current object with |
ReturnValue
True if the objects are equal, otherwise - false
See Also
- Class SizeF
- Class SizeF
- Namespace System::Drawing
- Library Aspose.TeX for C++