Skip to main content

EquipmentKindFilterOperation

contains(target: EquipmentKind): EquipmentKindFilterOperation

Check if a value is contains the target.


eq(target: EquipmentKind): EquipmentKindFilterOperation

Check if a value is equal to the target.


in(target: EquipmentKind[]): EquipmentKindFilterOperation

Check if a value is one of the ones in the target array.


not_contains(target: EquipmentKind): EquipmentKindFilterOperation

Check if a value is does not contain the target.


not_eq(target: EquipmentKind): EquipmentKindFilterOperation

Check if a value is not equal to the target.


not_in(target: EquipmentKind[]): EquipmentKindFilterOperation

Check if a value is none of the ones in the target array.