BrushStyleSetInfo.Equals Method (Object, Object)
Determines whether the two specified objects are equal to each other
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntax
'Declaration
Public Shared Function Equals ( _
objA As Object, _
objB As Object _
) As Boolean
public static bool Equals(
Object objA,
Object objB
)
public:
static bool Equals(
Object^ objA,
Object^ objB
)
static member Equals :
objA:Object *
objB:Object -> bool
public static function Equals(
objA : Object,
objB : Object
) : boolean
Parameters
- objA
Type: Object
- objB
Type: Object
Return Value
Type: Boolean
Remarks
Determines whether the two specified objects are equal.
.NET Framework Security
- 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.