JsonValue.Equals Method

Overload List

 

Name

Description

JsonValue.Equals Method 1:

Equals(Boolean)

Indicates whether the current Value is equal to another Boolean value. (Inherited from Value.)

JsonValue.Equals Method 2:

Equals(Byte)

Indicates whether the current Value is equal to another Byte. (Inherited from Value.)

JsonValue.Equals Method 3:

Equals(.Byte.)

Indicates whether the current Value is equal to another Array of Bytes. (Inherited from Value.)

JsonValue.Equals Method 4:

Equals(Char)

Indicates whether the current Value is equal to another Char. (Inherited from Value.)

JsonValue.Equals Method 5:

Equals(DateTime)

Indicates whether the current Value is equal to another DateTime. (Inherited from Value.)

JsonValue.Equals Method 6:

Equals(Decimal)

Indicates whether the current Value is equal to another Decimal value. (Inherited from Value.)

JsonValue.Equals Method 7:

Equals(Double)

Indicates whether the current Value is equal to another Double-precision floating-point number. (Inherited from Value.)

JsonValue.Equals Method 8:

Equals(Int16)

Indicates whether the current Value is equal to another Int16. (Inherited from Value.)

JsonValue.Equals Method 9:

Equals(Int32)

Indicates whether the current Value is equal to another Int32. (Inherited from Value.)

JsonValue.Equals Method 10:

Equals(Int64)

Indicates whether the current Value is equal to another Int64. (Inherited from Value.)

JsonValue.Equals Method 11:

Equals(SByte)

Indicates whether the current Value is equal to another SByte. (Inherited from Value.)

JsonValue.Equals Method 12:

Equals(Single)

Indicates whether the current Value is equal to another Single-precision floating-point number. (Inherited from Value.)

JsonValue.Equals Method 13:

Equals(String)

Indicates whether the current Value is equal to another String. (Inherited from Value.)

JsonValue.Equals Method 14:

Equals(TimeSpan)

Indicates whether the current Value is equal to another TimeSpan. (Inherited from Value.)

JsonValue.Equals Method 15:

Equals(UInt16)

Indicates whether the current Value is equal to another UInt16. (Inherited from Value.)

JsonValue.Equals Method 16:

Equals(UInt32)

Indicates whether the current Value is equal to another UInt32. (Inherited from Value.)

JsonValue.Equals Method 17:

Equals(UInt64)

Indicates whether the current Value is equal to another UInt64. (Inherited from Value.)

JsonValue.Equals Method 18:

Equals(Object)

Determines whether the specified Object is equal to the current JsonValue. (Overrides Value.Equals(Object).)

JsonValue.Equals Method 19:

Equals(Access)

Indicates whether the current Value is equal to another Access. (Inherited from Value.)

JsonValue.Equals Method 20:

Equals(Alarm)

Indicates whether the current Value is equal to another Alarm. (Inherited from Value.)

JsonValue.Equals Method 21:

Equals(Event)

Indicates whether the current Value is equal to another Event. (Inherited from Value.)

JsonValue.Equals Method 22:

Equals(JsonValue)

Indicates whether the current JsonValue is equal to another JsonValue.

JsonValue.Equals Method 23:

Equals(Message)

Indicates whether the current Value is equal to another Message. (Inherited from Value.)

JsonValue.Equals Method 24:

Equals(Severity)

Indicates whether the current Value is equal to another Severity. (Inherited from Value.)

JsonValue.Equals Method 25:

Equals(Value)

Indicates whether the current Value is equal to another Value. (Inherited from Value.)

Reference

JsonValue Class

TcHmiSrv.Core.Tools.Json Namespace