System.CodeDom.Compiler.CompilerInfo.GetHashCode Method

Returns the hash code for the current instance.

Syntax

public override int GetHashCode ()

Returns

A 32-bit signed integer hash code for the current System.CodeDom.Compiler.CompilerInfo instance, suitable for use in hashing algorithms and data structures such as a hash table.

Remarks

This method overrides the object.GetHashCode method.

This method generates the same hash code for two objects that are equal according to the CompilerInfo.Equals(object) method.

Requirements

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