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