TessaInputBindingEquals(InputBinding) - метод
Indicates whether the current object is equal to another object of the same type.
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.4+115fce864fec7bf37ea70396e6660596be991d3b
public bool Equals(
InputBinding other
)
Public Function Equals (
other As InputBinding
) As Boolean
public:
virtual bool Equals(
InputBinding^ other
) sealed
abstract Equals :
other : InputBinding -> bool
override Equals :
other : InputBinding -> bool
- other InputBinding
- An object to compare with this object.
Boolean if the current object is equal to the
other parameter; otherwise,
.
IEquatableTEquals(T)