Determines whether the specified object is equal to this Jid instance.

Namespace: S22.Xmpp
Assembly: S22.Xmpp (in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public override bool Equals(
	Object obj
)

Parameters

obj
Type: System..::..Object
The object to compare with the current object.

Return Value

True if the specified object is semantically equal to this Jid instance; Otherwise false.

See Also