Click or drag to resize

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: 15.0.2.11458
Syntax
C#
public bool HasSameContent(
	UserResource userResource
)

Parameters

userResource
Type: Demo3D.VisualsUserResource
The UserResource whose data to compare with.

Return Value

Type: Boolean
true if the two UserResource objects data are the same.
See Also