Accretion.Intervals.NoOverlap.UpperIsLessThanLower C# (CSharp) 메소드

UpperIsLessThanLower() 개인적인 메소드

private UpperIsLessThanLower ( BoundaryType upperBoundaryType, BoundaryType lowerBoundaryType ) : bool
upperBoundaryType BoundaryType
lowerBoundaryType BoundaryType
리턴 bool
        public bool UpperIsLessThanLower(BoundaryType upperBoundaryType, BoundaryType lowerBoundaryType) => true;
    }