HidSharp.Platform.MacOS.NativeMethods.io_string_t.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
            public override int GetHashCode()
            {
                return Value.Length >= 1 ? Value[0] : -1;
            }