FloatRect.Equals Method (FloatRect)

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)
Syntax
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: Boolean
Rectangles are equal

Implements

IEquatableTEquals(T)
See Also