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