equals method

Avanda equals(
  1. dynamic value
)

Implementation

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