Click or drag to resize

ServerAddressGreaterThan Operator

Determines whether one specified ServerAddress is greater than another specified ServerAddress

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public static bool operator >(
	ServerAddress left,
	ServerAddress right
)

Parameters

left
Type: Ookii.JumboServerAddress
A ServerAddress or .
right
Type: Ookii.JumboServerAddress
A ServerAddress or .

Return Value

Type: Boolean
if left is greater than right; otherwise, .
See Also