 | MessageIdEquals Method (MessageId) |
[This is preliminary documentation and is subject to change.]
Indicates whether the current object is equal to another object of the same type.
Namespace:
JsonRpc.Messages
Assembly:
JsonRpc.Commons (in JsonRpc.Commons.dll) Version: 0.5.4+1bad715934a0ae5922832940ca44bbbdaa509cfe
Syntaxpublic bool Equals(
MessageId other
)
Public Function Equals (
other As MessageId
) As Boolean
Dim instance As MessageId
Dim other As MessageId
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public:
virtual bool Equals(
MessageId other
) sealed
abstract Equals :
other : MessageId -> bool
override Equals :
other : MessageId -> bool
Parameters
- other
- Type: JsonRpc.MessagesMessageId
An object to compare with this object.
Return Value
Type:
Booleantrue if the current object is equal to the
other parameter; otherwise, false.
Implements
IEquatableTEquals(T)
See Also