SFML.Net
TimeEquals Method (Time) |
Compare two times 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( Time other )
Public Function Equals ( other As Time ) As Boolean
public: virtual bool Equals( Time other ) sealed
abstract Equals : other : Time -> bool override Equals : other : Time -> bool
Parameters
- other
- Type: SFML.SystemTime
Time to check
Return Value
Type: Booleantimes are equal
Implements
IEquatableTEquals(T)