<Code Lib>
2020 Method
Changes 0
M

PaperSourceSet.Contains

Description:
Tests for the existence of an item within the set.

public virtual bool Contains(
	PaperSource item
)

Return Value bool The Contains method returns True if the item is within the set, otherwise False.

Loading…