DependencyMetadataTServiceEquals Method (DependencyMetadataTService)

Simple Injector
Indicates whether the current object is equal to another object of the same type.

Namespace:  SimpleInjector
Assembly:  SimpleInjector (in SimpleInjector.dll) Version: 5.3.0
Syntax

public bool Equals(
	DependencyMetadata<TService> other
)

Parameters

other
Type: SimpleInjectorDependencyMetadataTService
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

Reference