예제 #1
0
 public bool Equals(OpenNIBase obj)
 {
     return(this.Handle == obj.Handle);
 }
예제 #2
0
 public bool Equals(OpenNIBase obj)
 {
     return this.Handle == obj.Handle;
 }
예제 #3
0
 public static void DeleteObject(OpenNIBase o)
 {
     Common_Delete(o.Handle);
 }
예제 #4
0
 public static void DeleteObject(OpenNIBase o)
 {
     Common_Delete(o.Handle);
 }