共用方式為


NormalizedByte4.op_Inequality Method

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

Syntax

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

Parameters

Return Value

Type: Boolean
true if the objects are different; false otherwise.

Requirements

Namespace: Microsoft.Xna.Framework.Graphics.PackedVector

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

See Also

Reference

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

Platforms

Windows Phone