BitsetsNET.BitsetContainer.Intersects C# (CSharp) 메소드

Intersects() 공개 메소드

Returns true if the current container intersects the other container.
public Intersects ( ArrayContainer x ) : bool
x ArrayContainer Other container
리턴 bool
        public override bool Intersects(ArrayContainer x)
        {
            throw new NotImplementedException();
        }

Same methods

BitsetContainer::Intersects ( BitsetContainer x ) : bool