示例#1
0
 /// <summary>
 /// Returns true (1) if this object is pointing to the same task runner as
 /// |that| object.
 /// </summary>
 public unsafe virtual bool IsSame(CefTaskRunner that)
 {
     return(SafeCall(NativeInstance->IsSame((that != null) ? that.GetNativeInstance() : null) != 0));
 }