private bool Equals(LockObjectNode other)
 {
     return(LockObject.Equals(other.LockObject));
 }