BaseDecodeType.Equals

Equals(SingleDecodeType)

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

public virtual bool Equals(SingleDecodeType other)
ParameterTypeDescription
otherSingleDecodeTypeAn SingleDecodeType value to compare to this instance.

Return Value

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

See Also


Equals(MultyDecodeType)

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

public virtual bool Equals(MultyDecodeType other)
ParameterTypeDescription
otherMultyDecodeTypeAn MultyDecodeType value to compare to this instance.

Return Value

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

See Also


Equals(BaseDecodeType)

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

public bool Equals(BaseDecodeType other)
ParameterTypeDescription
otherBaseDecodeTypeAn BaseDecodeType value to compare to this instance.

Return Value

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

See Also


Equals(object)

Returns a value indicating whether this instance is equal to a specified BaseDecodeType 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