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