PopupControlState - структура

Состояние объекта PopupControl, который определяет возможность его открытия / закрытия.

Definition

Пространство имён: Tessa.UI.Controls
Сборка: Tessa.UI (в Tessa.UI.dll) Версия: 4.1.3+7e2b1422f9b8c7c41fbbc4b151a843bed05319ab
C#
public readonly struct PopupControlState : IEquatable<PopupControlState>
Inheritance
Object    ValueType    PopupControlState
Implements
IEquatablePopupControlState

Методы

Equals(Object)Indicates whether this instance and a specified object are equal.
(Переопределяет ValueTypeEquals(Object))
Equals(PopupControlState)Indicates whether the current object is equal to another object of the same type.
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeReturns the hash code for this instance.
(Переопределяет ValueTypeGetHashCode)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns the fully qualified type name of this instance.
(Унаследован от ValueType)

Операторы

Equality(PopupControlState, PopupControlState) Оператор сравнения на равенство двух объектов PopupControlState.
Inequality(PopupControlState, PopupControlState) Оператор сравнения на неравенство двух объектов PopupControlState.

См. также