Microsoft DirectX 9.0 SDK Update (October 2004)

Device.op_Equality Method

Language:

Note: This documentation is preliminary and is subject to change.

Warning: This method is deprecated. Deprecated components of Microsoft® DirectX® 9.0 for Managed Code are considered obsolete. While these components are still supported in this release of Microsoft® DirectX® 9.0 for Managed Code, they may be removed in the future. When writing new applications, you should avoid using these deprecated components. When modifying existing applications, you are strongly encouraged to remove any dependency on these components.
Compares the current instance of a class to another instance to determine whether they are the same. Deprecated.

Definition

Visual Basic .NET Public Shared Function op_Equality( _
    ByVal left As Device, _
    ByVal right As Device _
) As Boolean
C# public static bool op_Equality(
    Device left,
    Device right
);
Managed C++ public: static bool op_Equality(
    Device *left,
    Device *right
);
JScript .NET public static function op_Equality(
    left : Device,
    right : Device
) : boolean;

Parameters

left Microsoft.DirectX.DirectDraw.Device. The Device structure to the left of the equality operator.
right Microsoft.DirectX.DirectDraw.Device. The Device structure to the right of the equality operator.

Return Value

System.Boolean . Value that is true if the objects are the same, or false if they are different.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center