BaseEncodeType.Equals

Equals(BaseEncodeType)

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

public bool Equals(BaseEncodeType other)
ParameterTypeDescription
otherBaseEncodeTypeAn BaseEncodeType 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 BaseEncodeType 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