PathSegmentCollection.Contains(PathSegment) Método

Definição

Devolve a Boolean que indica se o especificado PathSegment está contido na coleção.

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

O PathSegment que procurar.

Devoluções

true se o especificado PathSegment estiver contido na coleção; caso contrário, false.

Implementações

Aplica-se a

Ver também