UserResourceHasSameContent Method |
Checks whether the content of this UserResource matches the content of another UserResource instance.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic bool HasSameContent(
UserResource userResource
)
Parameters
- userResource UserResource
- The UserResource whose data to compare with.
Return Value
Booleantrue if the two UserResource objects data are the same.
See Also