ProgressiveMesh.op_Equality(ProgressiveMesh,ProgressiveMesh)
op_Equality メソッド
定義
Visual Basic | Public Shared Function op_Equality( _ ByVal left As ProgressiveMesh, _ ByVal right As ProgressiveMesh _ ) As Boolean |
C# | public static bool op_Equality( ProgressiveMesh left, ProgressiveMesh right ); |
Managed C++ | public: static bool op_Equality( ProgressiveMesh* left, ProgressiveMesh* right ); |
JScript | public static function op_Equality( left : ProgressiveMesh, right : ProgressiveMesh ) : boolean; |
パラメータ
left | Microsoft.DirectX.Direct3D.ProgressiveMesh. |
right | Microsoft.DirectX.Direct3D.ProgressiveMesh. |
戻り値
System.Boolean.
対象
© 2002 Microsoft Corporation. All rights reserved. Terms of use.