Bitrate.op_Equality Method

Operator override to determine whether two bitrates are equal.

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

Syntax

'Declaration
Public Shared Operator = ( _
    a As Bitrate, _
    b As Bitrate _
) As Boolean
'Usage
Dim a As Bitrate
Dim b As Bitrate
Dim returnValue As Boolean

returnValue = (a = b)
public static bool operator == (
    Bitrate a,
    Bitrate b
)
public:
static bool operator == (
    Bitrate^ a, 
    Bitrate^ b
)

Parameters

a

The first bitrate to compare.

b

The second bitrate to compare.

Return Value

true if the first bitrate is equal to the second 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