ShortTimeLessThanOrEqual Operator

Tests Less Than or equal

Definition

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

Parameters

a  ShortTime

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

b  ShortTime

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

Return Value

Boolean

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

See Also