Xceed Toolkit Plus for WPF v4.6 Documentation
GetEquivalenceKey Method (VarianceFunction)


Xceed.Wpf.ListBox Assembly > Xceed.Wpf.Data.Stats Namespace > VarianceFunction Class : GetEquivalenceKey Method
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 VarianceFunction
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

Reference

VarianceFunction Class
VarianceFunction Members
Base Implementation in GetEquivalenceKey