예제 #1
0
        public override int GetHashCode()
        {
            int hash = 1;

            if (ArMode != 0)
            {
                hash ^= ArMode.GetHashCode();
            }
            if (Operator != 0)
            {
                hash ^= Operator.GetHashCode();
            }
            if (_unknownFields != null)
            {
                hash ^= _unknownFields.GetHashCode();
            }
            return(hash);
        }
예제 #2
0
 public static global::System.Runtime.InteropServices.HandleRef getCPtr(ArMode obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }