Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.dll)
Syntax
'宣言
Public Shared Function Equals ( _
objA As Object, _
objB As Object _
) As Boolean
'使用
Dim objA As Object
Dim objB As Object
Dim returnValue As Boolean
returnValue = PenStyleSetInfo.Equals(objA, objB)
public static bool Equals(
Object objA,
Object objB
)
public:
static bool Equals(
Object^ objA,
Object^ objB
)
public static function Equals(
objA : Object,
objB : Object
) : boolean
Parameters
- objA
Type: System.Object
- objB
Type: System.Object
Return Value
Type: System.Boolean
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.