Heureka API .NET Documentation
Evaluate Method (IntegerMapProperty)



Value to check
Checks if a value matches this MapProperty
Syntax
'Declaration
 
Public Overrides Function Evaluate( _
   ByVal value As Object _
) As Boolean
'Usage
 
Dim instance As IntegerMapProperty
Dim value As Object
Dim value As Boolean
 
value = instance.Evaluate(value)
public override bool Evaluate( 
   object value
)
public:
bool Evaluate( 
   Object^ value
) override 

Parameters

value
Value to check

Return Value

True if the value is mapped by this MapProperty, false otherwise
Requirements

Target Platforms: 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

IntegerMapProperty Class
IntegerMapProperty Members

Send Feedback