equals method

bool equals(
  1. InputCfgVideoStatus self,
  2. InputCfgVideoStatus other
)
inherited

Implementation

bool equals(T self, T other) => self == other;