Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.Data.Stats Namespace / StatFunctionCollection Class / Contains Method / Contains(String) Method
The unique, case-sensitive property name from which the result of the function can be retrieved. Cannot be a null reference (Nothing in Visual Basic) or empty.


In This Topic
    Contains(String) Method
    In This Topic
    Determines whether a statistical function with the specified result property name is contained in the collection.
    Syntax
    'Declaration
     
    Public Overloads Function Contains( _
       ByVal resultPropertyName As String _
    ) As Boolean
    'Usage
     
    Dim instance As StatFunctionCollection
    Dim resultPropertyName As String
    Dim value As Boolean
     
    value = instance.Contains(resultPropertyName)
    public bool Contains( 
       string resultPropertyName
    )

    Parameters

    resultPropertyName
    The unique, case-sensitive property name from which the result of the function can be retrieved. Cannot be a null reference (Nothing in Visual Basic) or empty.

    Return Value

    true if the statistical function with the specified result property name is contained in the collection; false otherwise.
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also