FontStyleSetInfo::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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

public:
static bool Equals(
	Object^ objA,
	Object^ objB
)

Parameters

objA
Type: System::Object^
objB
Type: System::Object^
obj

The second object to compare.

Return Value

Type: System::Boolean
Return to top
Show: