SOLIDWORKS PDM Professional API Help Send Feedback
Compare Method (IEdmMenu5)
See Also 
EPDM.Interop.epdm Namespace > IEdmMenu5 Interface : Compare Method (IEdmMenu5)


poMenu
Menu
Compares this IEdmMenu5 menu with another menu to see if they contain the same menu items.

Syntax

Visual Basic 
Function Compare( _
   ByVal poMenu As IEdmMenu5 _
) As System.Boolean
C# 
System.bool Compare( 
   IEdmMenu5 poMenu
)
C++/CLI 
System.bool Compare( 
&   IEdmMenu5^ poMenu
) 

Parameters

poMenu
Menu

Return Value

True if the objects are equal, false if not

Remarks

Return codes:

  • S_OK: The method successfully executed.
  • S_FALSE: Success, but the objects are different (pbEqual returned false).
 

See Also

Availability

Version 5.2 of SOLIDWORKS PDM Professional