Habanero.Smooth.AllClassesAutoMapper.ContainsRelatedClass C# (CSharp) Method

ContainsRelatedClass() private static method

private static ContainsRelatedClass ( IRelationshipDef relationship, ClassDefCol classDefCol ) : bool
relationship IRelationshipDef
classDefCol ClassDefCol
return bool
        private static bool ContainsRelatedClass(IRelationshipDef relationship, ClassDefCol classDefCol)
        {
            return classDefCol.Contains(relationship.RelatedObjectAssemblyName, relationship.RelatedObjectClassName);
        }