SFML.Net
FloatRectEquals Method (FloatRect) |
Compare two rectangles and checks if they are equal
Namespace: SFML.Graphics
Assembly: sfmlnet-graphics-2 (in sfmlnet-graphics-2.dll) Version: 2.2.0.0 (2.2.0)

public bool Equals( FloatRect other )
Public Function Equals ( other As FloatRect ) As Boolean
public: virtual bool Equals( FloatRect other ) sealed
abstract Equals : other : FloatRect -> bool override Equals : other : FloatRect -> bool
Parameters
- other
- Type: SFML.GraphicsFloatRect
Rectangle to check
Return Value
Type: BooleanRectangles are equal
Implements
IEquatableTEquals(T)