Share via


ConstantBitrate.op_Equality Method (ConstantBitrate, ConstantBitrate)

Operator override to determine whether two ConstantBitrates are equal.

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

Syntax

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

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

Parameters

a

The first ConstantBitrate to compare.

b

The second ConstantBitrate to compare.

Return Value

True if the first ConstantBitrate is equal to the second 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