SettingsUnitKeyEquality - оператор

Determines whether two SettingsUnitKey instances are equal.

Definition

Пространство имён: Tessa.SettingsUnits
Сборка: Tessa (в Tessa.dll) Версия: 4.2.1+2efecbe35c10dec386bb05925f2876c4acbb708d
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, .

См. также