Schemin.AST.ScheminPort.Equivalent C# (CSharp) 메소드

Equivalent() 공개 메소드

public Equivalent ( IScheminType type ) : bool
type IScheminType
리턴 bool
        public bool Equivalent(IScheminType type)
        {
            return Equal(type);
        }