BindableItemUnforcedValueIsT Method |
Test whether the UnforcedValue is of the given type.
Namespace:
Demo3D.Visuals
Assembly:
Demo3D.Core (in Demo3D.Core.dll) Version: 17.00.05
Syntaxpublic bool UnforcedValueIs<T>()
Type Parameters
- T
- Type to check the value is of.
Return Value
Type:
BooleanWhether the UnforcedValue is of type T or not.
See Also