C# Класс AdaptiveTriggerLibrary.ConditionModifiers.LogicalModifiers.AndModifier

A modifier where all values must meet the condition.
Наследование: ModifierBase, ILogicalModifier
Показать файл Открыть проект

Открытые методы

Метод Описание
IsConditionMet ( object condition, object value ) : bool

Checks if the value meets the specified condition.

Приватные методы

Метод Описание
IsConditionMet ( bool condition, IEnumerable values ) : bool

Описание методов

IsConditionMet() публичный Метод

Checks if the value meets the specified condition.
The underlying type of doesn't match expected condition type, /// or the underlying type of doesn't match the expected value type. Either or cannot be casted to the specified underlying type.
public IsConditionMet ( object condition, object value ) : bool
condition object The condition.
value object The actual value.
Результат bool