Determines whether the specified object is equal to this Jid
instance.
Namespace: Quickblox.Sdk.Modules.ChatXmppModule.ModelsAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override
abstract Equals :
obj : Object -> bool
override Equals :
obj : Object -> bool Parameters
- obj
- Type: SystemObject
The object to compare with the current object.
Return Value
Type:
BooleanTrue if the specified object is semantically equal to this
Jid instance; Otherwise false.
See Also