Bari.Core.Build.Dependencies.NoDependencies.NoDependencyFingerprint.Equals C# (CSharp) Method

Equals() public method

Indicates whether the current object is equal to another object of the same type.
public Equals ( IDependencyFingerprint other ) : bool
other IDependencyFingerprint An object to compare with this object.
return bool
            public bool Equals(IDependencyFingerprint other)
            {
                return other is NoDependencyFingerprint;
            }

Same methods

NoDependencies.NoDependencyFingerprint::Equals ( object obj ) : bool
NoDependencies.NoDependencyFingerprint