| DcelMeshAreTagsEqualTo Method |
Gets a value indicating whether the tags of all components in the mesh are equal to the
given tag value.
Namespace: DigitalRune.Geometry.MeshesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public bool AreTagsEqualTo(
int tag
)
Public Function AreTagsEqualTo (
tag As Integer
) As Boolean
public:
bool AreTagsEqualTo(
int tag
)
member AreTagsEqualTo :
tag : int -> bool
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