Equals Method (other)

Json.NET

Json.NET - Quick Starts & API Documentation Equals Method (other)
NamespacesNewtonsoft.Json.LinqJValueEquals(JValue)
Indicates whether the current object is equal to another object of the same type.
Declaration Syntax
C# Visual Basic Visual C++
public bool Equals(
	JValue other
)
Public Function Equals ( _
	other As JValue _
) As Boolean
public:
virtual bool Equals(
	JValue^ other
) sealed
Parameters
other (JValue)
An object to compare with this object.
Return Value
true if the current object is equal to the other parameter; otherwise, false.

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