コード例 #1
0
ファイル: MediaRange.cs プロジェクト: techtician/Cogito
 /// <summary>
 /// Returns a hashcode representation of this <see cref="MediaRange"/>.
 /// </summary>
 /// <returns></returns>
 public override int GetHashCode()
 {
     return(type.GetHashCode() ^ subtype.GetHashCode() ^ parameters.GetHashCode());
 }