Click or drag to resize

ServerAddressLessThanOrEqual Operator

Determines whether one specified ServerAddress is less than or equal to another specified ServerAddress

Namespace: Ookii.Jumbo
Assembly: Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 0.3.0+dc1307f20e065bb638e0b73a34cd216f57e486f1
Syntax
public static bool operator <=(
	ServerAddress? left,
	ServerAddress? right
)

Parameters

left  ServerAddress
A ServerAddress or .
right  ServerAddress
A ServerAddress or .

Return Value

Boolean
if left is less than right; otherwise, .
See Also