ContractBasedServiceEquals Method |
Determines whether the specified
Object is equal to the current
Object.
Namespace:
Autofac.Integration.Mef
Assembly:
Autofac.Integration.Mef (in Autofac.Integration.Mef.dll) Version: 6.0.0+4280ac7e7f34f8dcbf61bbdf820a070216e453fc
Syntax public override bool Equals(
Object obj
)
Public Overrides Function Equals (
obj As Object
) As Boolean
Parameters
- obj
- Type: SystemObject
The Object to compare with the current Object.
Return Value
Type:
Boolean
true if the specified
Object is equal to the current
Object; otherwise, false.
Exceptions See Also