PathSegmentCollection.Contains(PathSegment) Método

Definición

Devuelve un objeto Boolean que indica si el objeto PathSegment especificado está en la colección.

public:
 virtual bool Contains(System::Windows::Media::PathSegment ^ value);
public bool Contains (System.Windows.Media.PathSegment value);
abstract member Contains : System.Windows.Media.PathSegment -> bool
override this.Contains : System.Windows.Media.PathSegment -> bool
Public Function Contains (value As PathSegment) As Boolean

Parámetros

value
PathSegment

PathSegment que se va a buscar.

Devoluciones

Es true si la colección contiene el objeto PathSegment especificado; de lo contrario, es false.

Implementaciones

Se aplica a

Consulte también