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