Beispiel #1
0
 public bool Equals(PersonViewModel other)
 {
     return(base.Equals((Person)other));
 }
Beispiel #2
0
 public PersonViewModel(PersonViewModel other) : base(other)
 {
     BorrowedItemsCount = other.BorrowedItemsCount;
     IsLate             = other.IsLate;
 }