Bitrate.Equals Method (Object)

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

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 Bitrate
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 bitrate to compare with the current bitrate.

Return Value

True if the specified bitrate is equal to the current bitrate; 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

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