JsonDynamicEquals Method (JsonValue) |
Determines whether current object is equal to another object.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public bool Equals(
JsonValue other
)
Public Function Equals (
other As JsonValue
) As Boolean
Parameters
- other
- Type: Dextronet.JsonieJsonValue
The object to compare with the current object.
Return Value
Type:
BooleanTrue if the current object is equal to this, false otherwise.
See Also