JsonSchemaValue.Equals Method (JsonSchemaValue)

Indicates whether the current JsonSchemaValue is equal to another JsonSchemaValue.

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

Syntax

C#

public bool Equals(
    JsonSchemaValue other
)

Parameters

other

Type: TcHmiSrv.Core.Tools.DynamicSymbols.JsonSchemaValue
The JsonSchemaValue to compare with this JsonSchemaValue.

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

JsonSchemaValue Class

Equals Overload

TcHmiSrv.Core.Tools.DynamicSymbols Namespace