OpenTK.Input.MouseDevice.GetHashCode C# (CSharp) Méthode

GetHashCode() public méthode

Calculates the hash code for this instance.
public GetHashCode ( ) : int
Résultat int
        public override int GetHashCode()
        {
            return (int)(numButtons ^ numWheels ^ id.GetHashCode() ^ description.GetHashCode());
        }