 | MessageIdEquals Method (Object) |
[This is preliminary documentation and is subject to change.]
Indicates whether this instance and a specified object are equal.
Namespace:
JsonRpc.Messages
Assembly:
JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Dim instance As MessageId
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
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 instance.
Return Value
Type:
Booleantrue if
obj and this instance are the same type and represent the same value; otherwise, false.
See Also