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: