Check if this collection contains a Ring of given size

Namespace:  Hyleos.Chemistry
Assembly:  Hyleos.Chemistry (in Hyleos.Chemistry.dll) Version: 1.0.9.4 (1.0.9.4)

Syntax

C#
public bool IsInRingSize(
	int size
)
Visual Basic (Declaration)
Public Function IsInRingSize ( _
	size As Integer _
) As Boolean
Visual C++
public:
bool IsInRingSize(
	int size
)

Parameters

size
Type: System..::.Int32
Ring size

Return Value

True on sucess, False otherwise

See Also