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 |
Return Value
Type: Boolean
true if the current JsonSchemaValue is
equal to the other JsonSchemaValue;
otherwise, false.