Collapse All
Expand All
C#
S22.Xmpp Documentation
Jid
.
.
::
.
.
Equality Operator
Determines whether the specified Jid objects are equal.
Namespace:
S22.Xmpp
Assembly:
S22.Xmpp
(in S22.Xmpp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public
static
bool
operator
==
(
Jid
a
,
Jid
b
)
Parameters
a
Type:
S22.Xmpp
.
.
::
.
.
Jid
The first object.
b
Type:
S22.Xmpp
.
.
::
.
.
Jid
The second object.
Return Value
True if the specified objects are semantically equal; Otherwise false.
See Also
Jid Class
Jid Members
S22.Xmpp Namespace