Method ValueEquals
ValueEquals(T)
Evaluates equality with the internal value held by the bindable variable.
Declaration
public override bool ValueEquals(T other)
Parameters
Type | Name | Description |
---|---|---|
T | other | Other value to compare equality against. |
Returns
Type | Description |
---|---|
bool | True if both values are equal. |