Determines whether the specified object represents the same language provider and compiler settings as the current System.CodeDom.Compiler.CompilerInfo.
- o
- The object to compare with the current System.CodeDom.Compiler.CompilerInfo.
true if o is a System.CodeDom.Compiler.CompilerInfo object and its value is the same as this instance; otherwise, false.
This method overrides the object.Equals(object) method.
The two instances are considered equal if the values of the following properties are equal:
The CompilerInfo.CodeDomProviderType property.
The CompilerParameters.WarningLevel, CompilerParameters.CompilerOptions, and CompilerParameters.IncludeDebugInformation properties of the System.CodeDom.Compiler.CompilerParameters instance returned by the CompilerInfo.CreateDefaultCompilerParameters method.