Contains
SubPathCollection.Contains 方法
确定一个元素是否在集合中。
public bool Contains(SubPath item)
参数 | 类型 | 描述 |
---|---|---|
item | SubPath | 要搜索的 SubPath 对象。 |
返回值
True - 如果找到元素;否则,返回 false。
另请参见
- 类 SubPath
- 类 SubPathCollection
- 命名空间 Aspose.Pdf.Vector
- 程序集 Aspose.PDF
确定一个元素是否在集合中。
public bool Contains(SubPath item)
参数 | 类型 | 描述 |
---|---|---|
item | SubPath | 要搜索的 SubPath 对象。 |
True - 如果找到元素;否则,返回 false。