Dev2.Simulation.SimulationResult.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
Результат int
        public override int GetHashCode()
        {
            return Key != null ? Key.GetHashCode() : 0;
        }