OrEvaluateConstants Method |
Perform a logical OR of two constant objects.
Supported types are: bool.
Namespace:
Nova.CodeDOM
Assembly:
Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax protected override Object EvaluateConstants(
Object leftConstant,
Object rightConstant
)
Parameters
- leftConstant
- Type: SystemObject
- rightConstant
- Type: SystemObject
Return Value
Type:
ObjectSee Also