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