Microsoft.ManagementConsole.PropertyPageCollection.Contains C# (CSharp) Method

Contains() public method

public Contains ( PropertyPage propertyPage ) : bool
propertyPage PropertyPage
return bool
        public bool Contains(PropertyPage propertyPage)
        {
            return base.List.Contains(propertyPage);
        }