System.CodeDom.Compiler.CompilerInfo.Equals Method

Determines whether the specified object represents the same language provider and compiler settings as the current System.CodeDom.Compiler.CompilerInfo.

Syntax

public override bool Equals (object o)

Parameters

o
The object to compare with the current System.CodeDom.Compiler.CompilerInfo.

Returns

true if o is a System.CodeDom.Compiler.CompilerInfo object and its value is the same as this instance; otherwise, false.

Remarks

This method overrides the object.Equals(object) method.

The two instances are considered equal if the values of the following properties are equal:

Requirements

Namespace: System.CodeDom.Compiler
Assembly: System (in System.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0