Click or drag to resize
DigitalRuneDcelMeshAreTagsEqualTo Method
Gets a value indicating whether the tags of all components in the mesh are equal to the given tag value.

Namespace: DigitalRune.Geometry.Meshes
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public bool AreTagsEqualTo(
	int tag
)

Parameters

tag
Type: SystemInt32
The reference tag value.

Return Value

Type: Boolean
if the tags of all components are equal to tag; otherwise, .
See Also