MonoGameUi.Border.GetHashCode C# (CSharp) Method

GetHashCode() public method

Gibt einen Hashwert zurück
public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return Left + Right + Top + Bottom;
        }