[C#] Update auto-generated bindings to LDK-C-Bindings 0.0.123.1
[ldk-java] / c_sharp / src / org / ldk / structs / ReplyChannelRange.cs
index 6b2ec479107bd7f589afa5e5fda9139b833ac764..3dafe2eff5044e6f36301067053bc53c7541ecb2 100644 (file)
@@ -155,13 +155,25 @@ public class ReplyChannelRange : CommonBase {
                return ret_hu_conv;
        }
 
+       /**
+        * Generates a non-cryptographic 64-bit hash of the ReplyChannelRange.
+        */
+       public long hash() {
+               long ret = bindings.ReplyChannelRange_hash(this.ptr);
+               GC.KeepAlive(this);
+               return ret;
+       }
+
+       public override int GetHashCode() {
+               return (int)this.hash();
+       }
        /**
         * Checks if two ReplyChannelRanges contain equal inner contents.
         * This ignores pointers and is_owned flags and looks at the values in fields.
         * Two objects with NULL inner values will be considered "equal" here.
         */
        public bool eq(org.ldk.structs.ReplyChannelRange b) {
-               bool ret = bindings.ReplyChannelRange_eq(this.ptr, b == null ? 0 : b.ptr);
+               bool ret = bindings.ReplyChannelRange_eq(this.ptr, b.ptr);
                GC.KeepAlive(this);
                GC.KeepAlive(b);
                if (this != null) { this.ptrs_to.AddLast(b); };