Exemple #1
0
 public bool Equals(PostType other)
 {
     return(this.ToString() == other.ToString());
 }