DataSetNumericComparisonFilterCondition

A filter condition that compares numeric values using operators like EQUALS, GREATER_THAN, or LESS_THAN.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The comparison operator to use, such as EQUALS, GREATER_THAN, LESS_THAN, or their variants.

Link copied to clipboard

The numeric value to compare against.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String