Determines whether the specified
Object is equal to the current
Object.

Declaration Syntax
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
public:
virtual bool Equals(
Object^ obj
) override

Return Value
true if the specified
Object is equal to the current
Object; otherwise, false.

Exceptions
Assembly:
Newtonsoft.Json (Module: Newtonsoft.Json) Version: 2.0.0.0 (2.0.0.0)