Inheritance: ModelBase, ISelectable
Beispiel #1
0
 protected bool TestEquals(BroadcastMessage other)
 {
     return(string.Equals(_content, other._content));
 }
 protected bool TestEquals(BroadcastMessage other)
 {
     return string.Equals(_content, other._content);
 }