IPod.ArtworkFormat.GetHashCode C# (CSharp) Method

GetHashCode() public method

public GetHashCode ( ) : int
return int
        public override int GetHashCode()
        {
            return String.Format ("{0}{1}{2}{3}{4}{5}{6}",
                Usage, Width, Height, CorrelationId, Size, PixelFormat, Rotation
            ).GetHashCode ();
        }