Exemple #1
0
public bool Equals(Command obj) 
{
    if (obj == null) return false;
    return (obj.swigCPtr.Handle == this.swigCPtr.Handle);
}
Exemple #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(Command obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }