Accretion.Intervals.NoOverlap.LowerIsLessThanUpper C# (CSharp) Method

LowerIsLessThanUpper() private method

private LowerIsLessThanUpper ( BoundaryType lowerBoundaryType, BoundaryType upperBoundaryType ) : bool
lowerBoundaryType BoundaryType
upperBoundaryType BoundaryType
return bool
        public bool LowerIsLessThanUpper(BoundaryType lowerBoundaryType, BoundaryType upperBoundaryType) => false;