 | PathPointsCollectionContains Method |
Determines whether the collection contains a specific
FS_PATHPOINTF.
Namespace: Patagames.Pdf.NetAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 5.1.3
Syntaxpublic bool Contains(
FS_PATHPOINTF item
)
Public Function Contains (
item As FS_PATHPOINTF
) As Boolean
public:
virtual bool Contains(
FS_PATHPOINTF item
) sealed
abstract Contains :
item : FS_PATHPOINTF -> bool
override Contains :
item : FS_PATHPOINTF -> bool public final boolean Contains(
FS_PATHPOINTF item
)
Parameters
- item FS_PATHPOINTF
- The FS_PATHPOINTF to locate in the collection.
Return Value
Booleantrue if
FS_PATHPOINTF is found in the collection; otherwise, false.
Implements
ICollectionTContains(T)
See Also