ShortTimeLessThanOrEqual Operator

Tests Less Than or equal

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.159 -- Release Build+a612c25bc0e1c87e5766544ec4650d2ebcfddcf4
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