Пример #1
0
 private bool Equals(LockObjectNode other)
 {
     return(LockObject.Equals(other.LockObject));
 }