/// <summary> /// /// </summary> /// <param name="other"></param> /// <returns></returns> public bool Equals(Vec6i other) { return(Item0 == other.Item0 && Item1 == other.Item1 && Item2 == other.Item2 && Item3 == other.Item3 && Item4 == other.Item4 && Item5 == other.Item5); }
public static extern void core_Mat_push_back_Vec6i(IntPtr self, Vec6i v);
public static extern ExceptionStatus core_FileStorage_shift_Vec6i(IntPtr fs, Vec6i val);
public static extern ExceptionStatus core_Mat_push_back_Vec6i(IntPtr self, Vec6i v);
public static extern void core_FileStorage_shift_Vec6i(IntPtr fs, Vec6i val);
public static void Run(IntPtr ptr, Vec6i v) => NativeMethods.core_Mat_push_back_Vec6i(ptr, v);
public static extern ExceptionStatus core_FileNode_read_Vec6i(IntPtr node, out Vec6i returnValue);