Vector3DCollection.Contains(Vector3D) Methode
Definition
Bestimmt, ob die Auflistung das angegebene Element enthält.Determines whether the collection contains the specified element.
public:
virtual bool Contains(System::Windows::Media::Media3D::Vector3D value);
public bool Contains (System.Windows.Media.Media3D.Vector3D value);
abstract member Contains : System.Windows.Media.Media3D.Vector3D -> bool
override this.Contains : System.Windows.Media.Media3D.Vector3D -> bool
Public Function Contains (value As Vector3D) As Boolean
Parameter
- value
- Vector3D
Das Vector3D, das in der Auflistung gesucht werden soll.Vector3D to be found in the collection.
Gibt zurück
true
, wenn sich der Wert value
in der Auflistung befindet, andernfalls false
.true
if value
is found in the collection; otherwise, false
.