BrightIdeasSoftware.ObjectListView.HasOverlay C# (CSharp) Method

HasOverlay() public method

Is the given overlay shown on this list?
public HasOverlay ( IOverlay overlay ) : bool
overlay IOverlay The overlay
return bool
        public virtual bool HasOverlay(IOverlay overlay)
        {
            return this.Overlays.Contains(overlay);
        }
ObjectListView