 |
Bool32Equals(Bool32) Method |
Returns whether another
Bool32 value is considered equal to this one.
Two
Bool32s are considered equal when their raw values are equal.
Namespace: Ab4d.VulkanAssembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 3.1.9316+94bbd23b55747f096f056a5602f7dd90558b3673
Syntaxpublic bool Equals(
Bool32 other
)
Parameters
- other Bool32
- The value to compare to.
Return Value
BooleanTrue if the other value's underlying raw value is equal to this instance's. False otherwise.
Implements
IEquatableTEquals(T)
Remarks[Missing <remarks> documentation for "M:Ab4d.Vulkan.Bool32.Equals(Ab4d.Vulkan.Bool32)"]
See Also