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
The JsonValue to compare with this JsonValue.

Return Value

Type: Boolean
true if the current JsonValue is equal to the other JsonValue; otherwise, false.

Implements

IEquatable.T..Equals(T)

Reference

JsonValue Class

Equals Overload

TcHmiSrv.Core.Tools.Json Namespace