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

Parameters

userResource  UserResource
The UserResource whose data to compare with.

Return Value

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