RenderStateEquals(RenderState) Method |
Determines whether the specific value is equal to this instance.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic bool Equals(
RenderState other
)
Parameters
- other RenderState
- The value to compare with this instance.
Return Value
Booleantrue if the value is equal to this instance; otherwise,
false.
Implements
IEquatableTEquals(T)
See Also