Accord.Video.DirectShow.VideoCapabilities.GetHashCode C# (CSharp) Метод

GetHashCode() публичный Метод

Get hash code of the object.
public GetHashCode ( ) : int
Результат int
        public override int GetHashCode()
        {
            return FrameSize.GetHashCode() ^ BitCount;
        }