Aspose::Words::Bibliography::PersonCollection::Contains method

PersonCollection::Contains method

Determines whether the collection contains a specific person.

bool Aspose::Words::Bibliography::PersonCollection::Contains(const System::SharedPtr<Aspose::Words::Bibliography::Person> &person)
ParameterTypeDescription
personconst System::SharedPtr<Aspose::Words::Bibliography::Person>&The person to locate in the collection.

See Also