String.Equals Method (String)
Indicates whether the current String is equal to another String.
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public bool Equals(
String other
)
Return Value
Type: Boolean
true if the current String is equal to
the other String; otherwise,
false.