op_Equality

Layout Equality operator

Bestimmt, ob zweiLayout Objekte sind gleich.

public static bool operator ==(Layout left, Layout right)
Parameter Typ Beschreibung
left Layout LinksLayout Objekt.
right Layout RechtsLayout Objekt.

Rückgabewert

wenn beidesLayout Objekte sind gleich; ansonsten,

true
false

Siehe auch