System.ComponentModel.TypeDescriptor.FilterCacheItem.IsValid C# (CSharp) Method

IsValid() private method

private IsValid ( ITypeDescriptorFilterService filterService ) : bool
filterService ITypeDescriptorFilterService
return bool
            internal bool IsValid(ITypeDescriptorFilterService filterService)
            {
                if (!Object.ReferenceEquals(_filterService, filterService)) return false;
                return true;
            }
        }
TypeDescriptor.FilterCacheItem