ImageFormat.Equals(Object) Methode

Definition

Gibt einen Wert zurück, der angibt, ob das angegebene Objekt ein ImageFormat Objekt ist, das diesem ImageFormat Objekt entspricht.

public:
 override bool Equals(System::Object ^ o);
public override bool Equals(object? o);
public override bool Equals(object o);
override this.Equals : obj -> bool
Public Overrides Function Equals (o As Object) As Boolean

Parameter

o
Object

Das zu testende Objekt.

Gibt zurück

true if o is an ImageFormat object that is equivalent to this ImageFormat object; otherwise, false.

Gilt für: