BitsetsNET.BitsetContainer.Intersects C# (CSharp) Method

Intersects() public method

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

Same methods

BitsetContainer::Intersects ( BitsetContainer x ) : bool