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