TessaInputBindingEquals(IInputBinding) - метод
Сравнивает текущий объект с заданным.
Пространство имён: Tessa.UIСборка: Tessa.UI (в Tessa.UI.dll) Версия: 3.6.0.22
public bool Equals(
IInputBinding other
)
Public Function Equals (
other As IInputBinding
) As Boolean
public:
virtual bool Equals(
IInputBinding^ other
) sealed
abstract Equals :
other : IInputBinding -> bool
override Equals :
other : IInputBinding -> bool
- other IInputBinding
- Объект, с которым сравнивается текущий объект.
Booleantrue, если объекты равны;
false в противном случае.
IEquatableTEquals(T)