SFML.Net
Vector2iEquals Method (Vector2i) |
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)

public bool Equals( Vector2i other )
Public Function Equals ( other As Vector2i ) As Boolean
public: virtual bool Equals( Vector2i other ) sealed
abstract Equals : other : Vector2i -> bool override Equals : other : Vector2i -> bool
Parameters
- other
- Type: SFML.SystemVector2i
Vector to check
Return Value
Type: BooleanVectors are equal
Implements
IEquatableTEquals(T)