Version

Matches Method (FormulaCondition)

Determines whether the provided value matches the Formula.
Syntax
'Declaration
 
Public Function Matches( _
   ByVal value As Object, _
   ByVal contextProvider As IConditionContextProvider _
) As Boolean
public bool Matches( 
   object value,
   IConditionContextProvider contextProvider
)

Parameters

value
The value to compare against.
contextProvider
The IConditionContextProvider used to give additional information.

Return Value

True if the specified value satisfies the requirements of the condition.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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