TypedServiceEquals Method (TypedService) |
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(
TypedService other
)
Public Function Equals (
other As TypedService
) As Boolean
Parameters
- other
- Type: Autofac.CoreTypedService
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