BitsetsNET.BitsetContainer.Intersects C# (CSharp) Méthode

Intersects() public méthode

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

Same methods

BitsetContainer::Intersects ( BitsetContainer x ) : bool