CompilerType.Equals(Object) Methode

Definition

Bestimmt, ob das angegebene Objekt die gleichen Codeanbieter- und Compilereinstellungen wie die aktuelle Instanz von CompilerTypedarstellt.

public:
 override bool Equals(System::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 Objekt, das mit der aktuellen Instanz von CompilerType.

Gibt zurück

true if o is a CompilerType object and its value is the same as this instance; otherwise, false.

Hinweise

Die Equals Methode setzt die Object.Equals Methode außer Kraft.

Equals Vergleicht zwei Instanzen basierend auf ihren CodeDomProviderType, , CompilerParameters.WarningLevel, CompilerParameters.CompilerOptionsund CompilerParameters.IncludeDebugInformation Eigenschaften.

Gilt für:

Weitere Informationen