Xceed Toolkit Plus for WPF v5.0 Documentation
Xceed.Wpf.ListBox Assembly / Xceed.Wpf.Data.Stats Namespace / ModeFunction Class / GetEquivalenceKey Method


In This Topic
    GetEquivalenceKey Method (ModeFunction)
    In This Topic
    Retrieves a value that represents the statistical function's unique equivalence key.
    Syntax
    'Declaration
     
    Protected Friend Overrides Function GetEquivalenceKey() As Integer
    'Usage
     
    Dim instance As ModeFunction
    Dim value As Integer
     
    value = instance.GetEquivalenceKey()
    protected internal override int GetEquivalenceKey()

    Return Value

    A value representing the statistical function's unique equivalence key.
    Remarks

    The IsEquivalent and GetEquivalenceKey methods are similar to the Equals and GetHashCode methods.

    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