JsonPropertyEquals(Object) Method
            Determines whether the specified 
object is equal to this instance.
            
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
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 
- obj  Object
- An Object to compare with this instance.
Boolean if the specified object is equal to this instance; otherwise, 
.