Ejemplo n.º 1
0
public bool Equals(GameData obj) 
{
    if (obj == null) return false;
    return (obj.swigCPtr.Handle == this.swigCPtr.Handle);
}
Ejemplo n.º 2
0
 public GameImpl(GameData data) : this(bwapiclientPINVOKE.new_GameImpl(GameData.getCPtr(data)), true) {
 }
Ejemplo n.º 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(GameData obj) {
   return (obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr;
 }