Catel.IoC.TypeFactory.ConstructorCacheKey.Equals C# (CSharp) Method

Equals() private method

private Equals ( ConstructorCacheKey other ) : bool
other ConstructorCacheKey
return bool
            private bool Equals(ConstructorCacheKey other)
            {
                return string.Equals(Key, other.Key, StringComparison.Ordinal);
            }

Same methods

TypeFactory.ConstructorCacheKey::Equals ( object obj ) : bool
TypeFactory.ConstructorCacheKey