JsonValue.Equals Method (JsonValue)
Indicates whether the current JsonValue is equal to another JsonValue.
          Namespace:  TcHmiSrv.Core.Tools.Json
Assembly:  TcHmiSrvExtNet.Core (in
TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0
Syntax
C#
public bool Equals(
    JsonValue other
)Parameters
| other | Type: TcHmiSrv.Core.Tools.Json.JsonValue | 
Return Value
Type: Boolean
true if the current JsonValue is equal
to the other JsonValue;
otherwise, false.