BindableItemValueIsT Method |
Test whether the Value is of the given type.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 15.0.2.11458
SyntaxType Parameters
- T
- Type to check the value is of.
Return Value
Type:
BooleanWhether the value is of type T or not.
See Also