SFML.Net
Vector2fEquals Method (Vector2f) |
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( Vector2f other )
Public Function Equals ( other As Vector2f ) As Boolean
public: virtual bool Equals( Vector2f other ) sealed
abstract Equals : other : Vector2f -> bool override Equals : other : Vector2f -> bool
Parameters
- other
- Type: SFML.SystemVector2f
Vector to check
Return Value
Type: BooleanVectors are equal
Implements
IEquatableTEquals(T)