Click or drag to resize
JsonObjectEquals Method (JsonDynamic)
Determines whether current object is equal to another object.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public bool Equals(
	JsonDynamic other
)

Parameters

other
Type: Dextronet.JsonieJsonDynamic
The object to compare with the current object.

Return Value

Type: Boolean
True if the current object is equal to this, false otherwise.
See Also