Click or drag to resize
JidEquals Method
Determines whether the specified object is equal to this Jid instance.

Namespace: Quickblox.Sdk.Modules.ChatXmppModule.Models
Assembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public override bool Equals(
	Object obj
)

Parameters

obj
Type: SystemObject
The object to compare with the current object.

Return Value

Type: Boolean
True if the specified object is semantically equal to this Jid instance; Otherwise false.
See Also