<Code Lib>
M

WireSizeSet.Contains

Description:
Tests for the existence of a wire size within the set.

public virtual bool Contains(
	WireSize item
)

  • item
    The wire size to be searched for.
Return Value Boolean The Contains method returns True if the wire size is within the set, otherwise False.

Loading…