Пример #1
0
 public bool Equals(TextViewModel other)
 {
     return(_wpfTextView.Equals(other._wpfTextView));
 }