| ApplicationUtilsDetermineRealValue Method  | 
 
            Determines the real value to use. If the project properties value is different than Default, that value is used otherwise, the preferences value.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ApplicationCore
    Assembly:
   SD.LLBLGen.Pro.ApplicationCore (in SD.LLBLGen.Pro.ApplicationCore.dll) Version: 5.3.0.0 (5.3.0)
Syntaxpublic static bool DetermineRealValue(
	bool preferencesValue,
	TriStateBool projectPropertiesValue
)
Public Shared Function DetermineRealValue ( 
	preferencesValue As Boolean,
	projectPropertiesValue As TriStateBool
) As Boolean
Parameters
- preferencesValue
 - Type: SystemBoolean
if set to true [preferences value]. - projectPropertiesValue
 - Type: SD.LLBLGen.Pro.ApplicationCoreTriStateBool
The project properties value. 
Return Value
Type: 
Booleanthe real value to use from the two available values.
See Also