SettingsUnitKeyEquality - оператор

Determines whether two SettingsUnitKey instances are equal.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.0+ffad8363f63902f18b3b3f4cfa533a14b2fb19a6
C#
public static bool operator ==(
	SettingsUnitKey? left,
	SettingsUnitKey? right
)

Параметры

left  SettingsUnitKey
The first object to compare.
right  SettingsUnitKey
The second object to compare.

Возвращаемое значение

Boolean
if the objects are equal; otherwise, .

См. также