示例#1
0
 /// <summary>
 /// Check whether the given instance ID identifies this instance.
 /// </summary>
 /// <param name="instanceId">The instance ID to check.</param>
 /// <returns>true if the ID identifies this instance, false otherwise.</returns>
 public static bool IsThisInstance(Guid instanceId)
 {
     return(Native_FApp.IsThisInstance(ref instanceId));
 }