MessagePackExtendedTypeObjectEquals Method (MessagePackExtendedTypeObject) |
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public bool Equals(
MessagePackExtendedTypeObject other
)
Public Function Equals (
other As MessagePackExtendedTypeObject
) As Boolean
public:
virtual bool Equals(
MessagePackExtendedTypeObject other
) sealed
abstract Equals :
other : MessagePackExtendedTypeObject -> bool
override Equals :
other : MessagePackExtendedTypeObject -> bool
Parameters
- other
- Type: MsgPackMessagePackExtendedTypeObject
The MessagePackExtendedTypeObject to compare with this instance.
Return Value
Type:
Booleantrue if the specified
MessagePackExtendedTypeObject is equal to this instance; otherwise,
false.
Implements
IEquatableTEquals(T)See Also