TextureEquals(Object) Method |
Determines whether the specified
Object is equal to this instance.
Namespace: Internal.SharpBgfxAssembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntaxpublic override bool Equals(
Object obj
)
Parameters
- obj Object
- The Object to compare with this instance.
Return Value
Booleantrue if the specified
Object is equal to this instance; otherwise,
false.
See Also