Alpha8.op_Equality Method

Compares the current instance of a class to another instance to determine whether they are the same.

Syntax

'Declaration
Public Shared Function op_Equality ( _
         a As Alpha8, _
         b As Alpha8 _
) As Boolean 
public static bool op_Equality (
         Alpha8 a,
         Alpha8 b
)
public:
static bool op_Equality(
         Alpha8 a,
         Alpha8 b
)

Parameters

  • a
    Type: Alpha8
    The object to the left of the equality operator.
  • b
    Type: Alpha8
    The 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.Graphics.PackedVector

Assembly: Microsoft.Xna.Framework (in microsoft.xna.framework.dll)

See Also

Reference

Alpha8 Structure
Alpha8 Members
Microsoft.Xna.Framework.Graphics.PackedVector Namespace

Platforms

Windows Phone