Method Equals
Equals(JsonObject)
Compares both the serialized type name and the JSON payload.
public bool Equals(Serializer.JsonObject other)
Parameters
otherSerializer.JsonObjectSerialized object to compare against.
Compares both the serialized type name and the JSON payload.
public bool Equals(Serializer.JsonObject other)
other Serializer.JsonObjectSerialized object to compare against.