Пример #1
0
 /// <inheritdoc />
 public override int GetHashCode()
 {
     return((this.IsStatic.GetHashCode() + _image.GetHashCode()).GetHashCode());
 }
Пример #2
0
 /// <summary>
 /// Serves as a hash function for a <see cref="Everlook.Viewport.Rendering.RenderableBLP"/> object.
 /// </summary>
 /// <returns>A hash code for this instance that is suitable for use in hashing algorithms and data structures such as a hash table.</returns>
 public override int GetHashCode()
 {
     return((IsStatic.GetHashCode() + Image.GetHashCode()).GetHashCode());
 }