BrushStyleSetInfo::Equals Method (Object^)

 

Determines whether the specified object is equal to this one. Only equal if all of their properties are equal.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The object to compare with.

Return Value

Type: System::Boolean

Determines whether the specified object is equal to this one. Equal only when all of their properties are equal.

Return to top
Show: