Click or drag to resize

ServerAddressEquality Operator

Determines whether two specified ServerAddress objects have the same value.

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 the value of left is equal to right; otherwise, .
See Also