Agent.AgentType.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int
    public override int GetHashCode()
    {
      // Return true if the fields match:
      return this.position.GetHashCode() ^ this.refPosition.GetHashCode();
    }