CSJ2K.Color.ColorSpaceMapper.ComputedComponents.Equals C# (CSharp) Method

Equals() public method

public Equals ( ComputedComponents cc ) : bool
cc ComputedComponents
return bool
            public bool Equals(ComputedComponents cc)
            {
                return (h == cc.h && w == cc.w && ulx == cc.ulx && uly == cc.uly && offset == cc.offset
                        && scanw == cc.scanw);
            }