Equality operator.

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

Syntax

public static bool operator ==(
	DateTime left,
	Time right
)

Parameters

left
Type: System..::..DateTime
The first instance to compare.
right
Type: TeaTime..::..Time
The second instance to compare.

Return Value

true if the parameters are considered equivalent.

See Also