ShortTimeEquality Operator

Are 2 times equal

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.136 -- Release Build+d454dafd53fcce88fce9c0a8ec8597176c30b791
public static bool operator ==(
	ShortTime a,
	ShortTime b
)

Parameters

a  ShortTime

[Missing <param name="a"/> documentation for "M:Gemstone.ShortTime.op_Equality(Gemstone.ShortTime,Gemstone.ShortTime)"]

b  ShortTime

[Missing <param name="b"/> documentation for "M:Gemstone.ShortTime.op_Equality(Gemstone.ShortTime,Gemstone.ShortTime)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Gemstone.ShortTime.op_Equality(Gemstone.ShortTime,Gemstone.ShortTime)"]

See Also