TokenScopeEquals(String) - метод
Compares this instance with a string for equality.
Пространство имён: Tessa.TokensСборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
public bool Equals(
string? other
)
Public Function Equals (
other As String
) As Boolean
public:
bool Equals(
String^ other
)
member Equals :
other : string -> bool
- other String
- The value to compare with the current value.
Boolean if the specified value is equal to the current value; otherwise,
.