Revenj.Extensibility.Autofac.Core.Service.Equals C# (CSharp) Méthode

Equals() public méthode

Determines whether the specified T:System.Object is equal to the current T:System.Object.
The parameter is null.
public Equals ( object obj ) : bool
obj object The to compare with the current .
Résultat bool
        public override bool Equals(object obj)
        {
            throw new NotImplementedException("Subclasses of Autofac.Service must override Object.Equals()");
        }