Inheritance: StoryTeller.Model.GrammarModel
Exemplo n.º 1
0
 protected bool Equals(StubGrammarModel other)
 {
     return key.Equals(other.key);
 }
Exemplo n.º 2
0
 protected bool Equals(StubGrammarModel other)
 {
     return(key.Equals(other.key));
 }