Equals Method (obj)

Json.NET

Json.NET - Quick Starts & API Documentation Equals Method (obj)
NamespacesNewtonsoft.Json.LinqJEnumerable<(Of <(<'T>)>)>Equals(Object)
Determines whether the specified Object is equal to this instance.
Declaration Syntax
C# Visual Basic Visual C++
public override bool Equals(
	Object obj
)
Public Overrides Function Equals ( _
	obj As Object _
) As Boolean
public:
virtual bool Equals(
	Object^ obj
) override
Parameters
obj (Object)
The Object to compare with this instance.
Return Value
true if the specified Object is equal to this instance; otherwise, false.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)