Xceed.Silverlight.Data.v2.0 Assembly > Xceed.Silverlight.Data.Stats Namespace > ModeFunction Class : IsEquivalent Method |
'Declaration Protected Friend Overrides Function IsEquivalent( _ ByVal statFunction As StatFunction _ ) As Boolean
'Usage Dim instance As ModeFunction Dim statFunction As StatFunction Dim value As Boolean value = instance.IsEquivalent(statFunction)
protected internal override bool IsEquivalent( StatFunction statFunction )
By default, this method verifies if the type of the statistical functions and that the values of the SourcePropertyName and AllowMultimodal properties, and are identical.
The IsEquivalent and GetEquivalenceKey methods are similar to the Equals and GetHashCode methods.
Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family