NCop.Aspects.Engine.AspectTypeValidator.ValidateTypesAreEqual C# (CSharp) Method

ValidateTypesAreEqual() private static method

private static ValidateTypesAreEqual ( Type memberType, Type aspectType ) : bool
memberType System.Type
aspectType System.Type
return bool
        private static bool ValidateTypesAreEqual(Type memberType, Type aspectType)
        {
            return ReferenceEquals(memberType, aspectType);
        }