Click or drag to resize

DecoratorServiceEquals Method (DecoratorService)

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

Namespace:  Autofac.Features.Decorators
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public bool Equals(
	DecoratorService other
)

Parameters

other
Type: Autofac.Features.DecoratorsDecoratorService
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