UnpackingResultTEquals Method (Object) |
Compare two instances are equal.
Namespace: MsgPackAssembly: MsgPack (in MsgPack.dll) Version: 0.6.0
Syntax public 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
UnpackingResultT instance.
Return Value
Type:
Boolean
If
obj is
UnpackingResultT and its value is equal to this instance, then true.
Otherwise false.
See Also