Exemplo n.º 1
0
 public override int GetHashCode()
 {
     unchecked
     {
         return(((ArticlePrefix != null ? ArticlePrefix.GetHashCode() : 0) * 397) ^ (FourDigitCode != null ? FourDigitCode.GetHashCode() : 0));
     }
 }
Exemplo n.º 2
0
 public bool PrefixStartsWith(string input)
 {
     return(ArticlePrefix.StartsWith(input, StringComparison.OrdinalIgnoreCase));
 }