System::Drawing::RectangleF::Equals 方法
RectangleF::Equals method
确定当前对象和指定对象所表示的矩形是否相同。
bool System::Drawing::RectangleF::Equals(const RectangleF &rect) const
| 参数 | 类型 | 描述 |
|---|---|---|
| rect | const RectangleF& | 用于与当前对象进行比较的 RectangleF 对象 |
ReturnValue
如果当前对象和指定对象表示的矩形相同,则为 True,否则为 false
另见
- Class RectangleF
- Class RectangleF
- Namespace System::Drawing
- Library Aspose.Font for C++