Equals

Equals(FixedLayoutFormats)

Bestimmt, ob diese Instanz gleich den anderen angegebenen FixedLayoutFormats ist instance

public bool Equals(FixedLayoutFormats other)
Parameter Typ Beschreibung
other FixedLayoutFormats Andere FixedLayoutFormats-Instanz, die mit dieser auf Gleichheit geprüft werden soll

Rückgabewert

True wenn gleich, false wenn ungleich

Siehe auch


Equals(IDocumentFormat)

Bestimmt, ob diese Instanz gleich dem anderen angegebenen IDocumentFormat ist instance

public bool Equals(IDocumentFormat other)
Parameter Typ Beschreibung
other IDocumentFormat Andere IDocumentFormat-Instanz. Wenn es sich nicht um ein FixedLayoutFormats handelt, gibt die Methode „false“ zurück.

Rückgabewert

True wenn gleich, false wenn ungleich

Siehe auch


Equals(object)

Bestimmt, ob diese Instanz gleich dem anderen angegebenen Objekt ist, das vermutlich ein geschachteltes FixedLayoutFormats ist

public override bool Equals(object obj)
Parameter Typ Beschreibung
obj Object Andere geschachtelte FixedLayoutFormats-Instanz

Rückgabewert

True wenn gleich, false wenn ungleich

Siehe auch