KnownRelationshipEquals Method (KnownRelationship)

Simple Injector
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

public bool Equals(
	KnownRelationship other
)

Parameters

other
Type: SimpleInjector.AdvancedKnownRelationship
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