| ServiceRegistrationEquals Method (ServiceRegistration) | 
 Indicates whether the current object is equal to another object of the same type.
 
    Namespace: 
   Autofac.Core
    Assembly:
   Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
 Syntax
Syntaxpublic bool Equals(
	ServiceRegistration other
)
Public Function Equals ( 
	other As ServiceRegistration
) As Boolean
Parameters
- other
- Type: Autofac.CoreServiceRegistration
 An object to compare with this object.
Return Value
Type: 
Boolean if the current object is equal to the 
other parameter; otherwise, 
.
Implements
IEquatableTEquals(T) See Also
See Also