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
)

Parameters

other

Type: TcHmiSrv.String
The String to compare with this String.

Return Value

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

Implements

IEquatable.T..Equals(T)

Reference

String Class

Equals Overload

TcHmiSrv Namespace