PrtEngine.op_Equality(PrtEngine,PrtEngine) Method (Microsoft.DirectX.Direct3D)
Compares the current instance of a class to another instance to determine whether they are the same.
Visual Basic Public Shared Function op_Equality( _
ByVal left As PrtEngine, _
ByVal right As PrtEngine _
) As BooleanC# public static bool op_Equality(
PrtEngine left,
PrtEngine right
);C++ public:
static bool operator==(
PrtEngine^ left,
PrtEngine^ right
);JScript public static function op_Equality(
left : PrtEngine,
right : PrtEngine
) : boolean;
left Microsoft.DirectX.Direct3D.PrtEngine
The PrtEngine object to the left of the equality operator.right Microsoft.DirectX.Direct3D.PrtEngine
The PrtEngine object to the right of the equality operator.
System.Boolean
Returns true if the objects are the same; otherwise, false.
Show: