You are here: Symbol Reference > Stimulsoft.Base.Drawing Namespace > RectangleM Structure > RectangleM Methods > Equals Method
Stimulsoft Reports Class Reference
ContentsIndexHome
PreviousUpNext
RectangleM.Equals Method

Tests whether obj is a RectangleF with the same location and size of this RectangleM.

Syntax
C++
C#
Visual Basic
public: bool Equals( object obj );
Parameters
Parameters 
Description 
obj 
The Object to test. 
Returns

This method returns true if obj is a RectangleM and its X, Y, Width, and Height properties are equal to the corresponding properties of this RectangleM; otherwise, false.

Made with Doc-O-Matic.
What do you think about this topic? Send feedback!
Copyright (c) 2017. All rights reserved.