public override int GetHashCode() { return(NativePointer.GetHashCode()); }
public override int GetHashCode() => NativePointer.GetHashCode();