Xceed DataGrid for Silverlight Documentation
GetEquivalenceKey Method (StandardDeviationFunction)


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 StandardDeviationFunction
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 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

StandardDeviationFunction Class
StandardDeviationFunction Members
Base Implementation in GetEquivalenceKey

Send Feedback