String.Equality Operator

Determines whether the specified String is equal to the current String.

Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 1.10.1018.48 (1.10.1018.48)

Syntax

C#

public static bool operator ==(
    String current,
    String other
)

Parameters

current

Type: TcHmiSrv.String
The current instance of the String class.

other

Type: TcHmiSrv.String
The String to compare with the current String.

Return Value

Type: Boolean
true if the specified String is equal to the current String; otherwise, false.

Reference

String Class

TcHmiSrv Namespace