equalsAttributeValue abstract method

bool equalsAttributeValue(
  1. Object? value
)

Parses value and returns true if is equals to this instance value.

Implementation

bool equalsAttributeValue(Object? value);