op_Equality

WordProcessingFormats Equality operator

Prüft zwei angegebene WordProcessingFormats-Instanzen auf Gleichheit

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

Rückgabewert

True wenn gleich, false wenn ungleich

Siehe auch