Method ValueEquals ValueEquals(T) Performs equal operation by comparing hash codes. Declaration public override bool ValueEquals(T other) Parameters Type Name Description T other Other enum to compare with. Returns Type Description bool Returns true if equal, returns false otherwise. Overrides BindableVariableBase<T>.ValueEquals(T)