KeyedServiceEquals Method (KeyedService) |
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 public bool Equals(
KeyedService other
)
Public Function Equals (
other As KeyedService
) As Boolean
Parameters
- other
- Type: Autofac.CoreKeyedService
An object to compare with this object.
Return Value
Type:
Boolean
true if the current object is equal to the
other parameter; otherwise, false.
Implements
IEquatableTEquals(T)See Also