Tests if this Time is considered equal to another.

Namespace: TeaTime
Assembly: DiscreteLogics.TeaFiles (in DiscreteLogics.TeaFiles.dll) Version: 1.0.0.16 (1.0.0.16)

Syntax

public bool Equals(
	Time other
)

Parameters

other
Type: TeaTime..::..Time
The time to compare to this object.

Return Value

true if the objects are considered equal, false if they are not.

Implements

IEquatable<(Of <(<'T>)>)>..::..Equals(T)

See Also