JsonValue.Equals Method (Object)

Determines whether the specified Object is equal to the current JsonValue.

Namespace:  TcHmiSrv.Core.Tools.Json
Assembly:  TcHmiSrvExtNet.Core (in TcHmiSrvExtNet.Core.dll) Version: 1.3.0.0

Syntax

C#

public override bool Equals(
    Object obj
)

Parameters

obj

Type: System.Object
The Object to compare with the current JsonValue.

Return Value

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

Reference

JsonValue Class

Equals Overload

TcHmiSrv.Core.Tools.Json Namespace