상속: 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));
 }