2027 Method
Changes 0
M

PaperSizeSet.Contains

Description:
Tests for the existence of an item within the set.
public virtual bool Contains(
	PaperSize item
)
  • item
    The item to be searched for.
Return Value Boolean The Contains method returns True if the item is within the set, otherwise False.