Click or drag to resize
JidInequality Operator
Determines whether the specified Jid objects are unequal.

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 static bool operator !=(
	Jid a,
	Jid b
)

Parameters

a
Type: Quickblox.Sdk.Modules.ChatXmppModule.ModelsJid
The first object.
b
Type: Quickblox.Sdk.Modules.ChatXmppModule.ModelsJid
The second object.

Return Value

Type: Boolean
True if the specified objects are not semantically equal; Otherwise false.
See Also