Function

Math.EnumAsStringEqualityConverter

Boolean Math.EnumAsStringEqualityConverter(string StringToCheckAgainst)
API currently not in the API
description ASSUMPTION this checks if the string representation of a parameter of type Enum equals to a given string and returns true if it does
namespace Math
parameter StringToCheckAgainst ( String ) : string to compare the parameter with
parameter ( String ) : the property to check whether it matches the string. This needs to be set separately, see example
Example in

Fan - Parts:

<active binding="{propertyLink id='Programmer.Editor.Fixtures.Fan.SegmentCount' 
  converter='Math.EnumAsStringEqualityConverter'
  converterParameter='1'}"/>
Also used in
Remarks