BrightIdeasSoftware.ObjectListView.HasDecoration C# (CSharp) Method

HasDecoration() public method

Is the given decoration shown on this list
public HasDecoration ( IDecoration decoration ) : bool
decoration IDecoration The overlay
return bool
        public virtual bool HasDecoration(IDecoration decoration)
        {
            return this.Decorations.Contains(decoration);
        }
ObjectListView