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 ==(
	Timescale scale1,
	Timescale scale2
)

Parameters

scale1
Type: TeaTime..::..Timescale
The first instance to compare.
scale2
Type: TeaTime..::..Timescale
The second instance to compare.

Return Value

true if the parameters are considered equivalent.

See Also