Vector2u.Equals Method (Vector2u)

SFML.Net

Vector2uEquals Method (Vector2u)
Compare two vectors and checks if they are equal

Namespace: SFML.System
Assembly: sfmlnet-system-2 (in sfmlnet-system-2.dll) Version: 2.2.0.0 (2.2.0)
Syntax
public bool Equals(
	Vector2u other
)
Public Function Equals ( 
	other As Vector2u
) As Boolean
public:
virtual bool Equals(
	Vector2u other
) sealed
abstract Equals : 
        other : Vector2u -> bool 
override Equals : 
        other : Vector2u -> bool 

Parameters

other
Type: SFML.SystemVector2u
Vector to check

Return Value

Type: Boolean
Vectors are equal

Implements

IEquatableTEquals(T)
See Also