Time.Equals Method (Time)

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)
Syntax
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: Boolean
times are equal

Implements

IEquatableTEquals(T)
See Also