MultiDecodeType.Equals

Equals(MultiDecodeType)

Returns a value indicating whether this instance is equal to a specified MultiDecodeType value.

public override bool Equals(MultiDecodeType other)
ParameterTypeDescription
otherMultiDecodeTypeAn MultiDecodeType value to compare to this instance.

Return Value

true if obj has the same value as this instance; otherwise, false.

See Also


Equals(SingleDecodeType)

Returns a value indicating whether this decode types collection contains only specified SingleDecodeType value.

public override bool Equals(SingleDecodeType other)
ParameterTypeDescription
otherSingleDecodeTypeAn SingleDecodeType value to compare to this decode types collection.

Return Value

true if this collection contains only specified decode type; otherwise, false.

See Also


Equals(object)

Returns a value indicating whether this instance is equal to a specified MultiDecodeType value.

public override bool Equals(object obj)
ParameterTypeDescription
objObjectAn System.Object value to compare to this instance.

Return Value

true if obj has the same value as this instance; otherwise, false.

See Also