Equals

Equals(PresentationFormats)

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

public bool Equals(PresentationFormats other)
Parameter Typ Beschreibung
other PresentationFormats Andere PresentationFormats-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 PresentationFormats handelt, gibt die Methode „false“ zurück.

Rückgabewert

True wenn gleich, false wenn ungleich

Siehe auch


Equals(object)

Ermittelt, ob diese Instanz gleich dem anderen angegebenen Objekt ist, das vermutlich ein Boxed PresentationFormats ist

public override bool Equals(object obj)
Parameter Typ Beschreibung
obj Object Andere verpackte PresentationFormats-Instanz

Rückgabewert

True wenn gleich, false wenn ungleich

Siehe auch