예제 #1
0
 public bool Equals(SystemLogEntry other)
 {
     if (((object)other) == null)
     {
         return(false);
     }
     return(ID == other.ID);
 }
예제 #2
0
 public static void RemoveEntry(SystemLogEntry entry)
 {
     if (Adapter == null)
     {
         return;
     }
     Adapter.RemoveEntry(entry);
 }