IntRect.Equals Method (IntRect)

SFML.Net

IntRectEquals Method (IntRect)
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(
	IntRect other
)
Public Function Equals ( 
	other As IntRect
) As Boolean
public:
virtual bool Equals(
	IntRect other
) sealed
abstract Equals : 
        other : IntRect -> bool 
override Equals : 
        other : IntRect -> bool 

Parameters

other
Type: SFML.GraphicsIntRect
Rectangle to check

Return Value

Type: Boolean
Rectangles are equal

Implements

IEquatableTEquals(T)
See Also