Click or drag to resize

ServerAddressEquals Method

Compares this ServerAddress to another object.

Namespace:  Ookii.Jumbo
Assembly:  Ookii.Jumbo (in Ookii.Jumbo.dll) Version: 2.0.0
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare to.

Return Value

Type: Boolean
if this ServerAddress is equal to the specified object; otherwise, .
See Also