/// <inheritdoc />
 public override int GetHashCode()
 {
     return(HashCodeBuilder.BuildHashCode(
                67,
                this.GetType(),
                this.PositionChanges
                ));
 }
 /// <inheritdoc />
 public override int GetHashCode()
 {
     return(HashCodeBuilder.BuildHashCode(
                71,
                this.GetType(),
                this.CurrentGlyphAnchorPoint,
                this.PreviousGlyphAnchorPoint
                ));
 }
Ejemplo n.º 3
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     return(HashCodeBuilder.BuildHashCode(
                257,
                typeof(SubstitutionAction),
                this.ReplacedGlyphCount,
                this.ReplacementGlyphIds,
                this.SkippedGlyphCount
                ));
 }
Ejemplo n.º 4
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     return(HashCodeBuilder.BuildHashCode(
                271,
                this.GetType(),
                this.HeadShift,
                this.LookupFlags,
                this.Action != null ? this.Action.GetHashCode() : 0
                ));
 }
Ejemplo n.º 5
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     return(HashCodeBuilder.BuildHashCode(73, this.X, this.Y));
 }