ArcGIS Pro 2.6 API Reference Guide
IsEqual Method (TextureResource)

ArcGIS.Core.Geometry Namespace > TextureResource Class : IsEqual Method
The texture resource to check for equality.
Determines if this texture resource is equal to the other texture resource.
Syntax
public bool IsEqual( 
   TextureResource other
)
Public Function IsEqual( _
   ByVal other As TextureResource _
) As Boolean

Parameters

other
The texture resource to check for equality.

Return Value

True if this texture resource is equal to the other texture resource and false otherwise.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

TextureResource Class
TextureResource Members