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