Example #1
0
 protected bool Equals(FileLock other)
 {
     return(ProcessId == other.ProcessId &&
            string.Equals(ProcessName, other.ProcessName) &&
            ThreadId == other.ThreadId);
 }