RendererDetail.op_Equality Method
Compares two objects to determine whether they are the same.
Syntax
'Declaration
Public Shared Function op_Equality ( _
left As RendererDetail, _
right As RendererDetail _
) As Boolean
public static bool op_Equality (
RendererDetail left,
RendererDetail right
)
public:
static bool op_Equality(
RendererDetail left,
RendererDetail right
)
Parameters
- left
Type: RendererDetail
Object to the left of the equality operator. - right
Type: RendererDetail
Object to the right of the equality operator.
Return Value
Type: Boolean
true if the objects are the same; false otherwise.
Requirements
Namespace: Microsoft.Xna.Framework.Audio
Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)
See Also
Reference
RendererDetail Structure
RendererDetail Members
Microsoft.Xna.Framework.Audio Namespace
Platforms
Windows Phone