Share via


ConstantBitrate.Equals Method (Object)

Determines whether the specified ConstantBitrate is equal to the current ConstantBitrate.

Namespace: Microsoft.Expression.Encoder.Profiles
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Public Overrides Function Equals ( _
    obj As Object _
) As Boolean
'Usage
Dim instance As ConstantBitrate
Dim obj As Object
Dim returnValue As Boolean

returnValue = instance.Equals(obj)
public override bool Equals (
    Object obj
)
public:
virtual bool Equals (
    Object^ obj
) override

Parameters

obj

The ConstantBitrate to compare with the current ConstantBitrate.

Return Value

True if the specified ConstantBitrate is equal to the current ConstantBitrate; otherwise, false.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ConstantBitrate Class
ConstantBitrate Members
Microsoft.Expression.Encoder.Profiles Namespace