op_Inequality

FixedLayoutFormats Inequality operator

Prüft zwei gegebene FixedLayoutFormats-Instanzen auf Ungleichheit

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 ungleich, false wenn gleich

Siehe auch