public override int GetHashCode() => Hasher.Start.With(issuer.GetHashCode()).With(id.GetHashCode());
Example #2
0
 public override int GetHashCode()
 {
     return(Hasher.Start.With(principal.GetHashCode()).With(typeFullName.GetHashCode()));
 }