Version

IsEquivalentTo Method (DataValidationRule)

Indicates if this rule is structurally equivalent to another.
Syntax
public virtual bool IsEquivalentTo( 
   DataValidationRule other
)

Parameters

other
The rule to compare against

Return Value

Returns true if the specified other has the same settings as this rule.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also