op_Equality

FixedLayoutFormats Equality operator

Prüft zwei gegebene FixedLayoutFormats-Instanzen auf Gleichheit

public static bool operator ==(FixedLayoutFormats first, FixedLayoutFormats second)
Parameter Typ Beschreibung
first FixedLayoutFormats Erste zu überprüfende FixedLayoutFormats-Instanz
second FixedLayoutFormats Zweite FixedLayoutFormats-Instanz, die überprüft werden soll

Rückgabewert

True wenn gleich, false wenn ungleich

Siehe auch