Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

CompositionContract::Equals Method (Object^)

.NET Framework (current version)
 

Tests for equality between two contracts.

Namespace:   System.Composition.Hosting.Core
Assembly:  System.Composition.Runtime (in System.Composition.Runtime.dll)

public:
virtual bool Equals(
	Object^ obj
) override

Parameters

obj
Type: System::Object^

The other contract to check for equality.

Return Value

Type: System::Boolean

true if the two contracts are equal; otherwise, false.

Return to top
Show:
© 2017 Microsoft