notEquals method

Avanda notEquals(
  1. dynamic value
)

Implementation

Avanda notEquals(dynamic value) {
  return addCustomFilter(value, "!=");
}