 | RectangleFEquals Method (RectangleF) |
Compares the passed rectangle to this one for equality.
Namespace: Slash.Math.Geometry.RectanglesAssembly: Slash.Math (in Slash.Math.dll) Version: 1.0.6018.40177
Syntaxpublic bool Equals(
RectangleF other
)
Public Function Equals (
other As RectangleF
) As Boolean
public:
virtual bool Equals(
RectangleF^ other
) sealed
abstract Equals :
other : RectangleF -> bool
override Equals :
other : RectangleF -> bool
Parameters
- other
- Type: Slash.Math.Geometry.RectanglesRectangleF
Rectangle to compare.
Return Value
Type:
Booleantrue, if both rectangles are equal, and
false otherwise.
Implements
IEquatableTEquals(T)
See Also