Indicates whether the current object is equal to another object of the same type.
Namespace: SimpleInjector.Advanced
Assembly: SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax
Parameters
- other
- Type: SimpleInjector.AdvancedInstanceInitializationData
An object to compare with this object.
Return Value
Type: Booleanif the current object is equal to the other parameter; otherwise, .
Implements
IEquatableTEquals(T)See Also