ArcGIS Pro 2.8 API Reference Guide
IsEqual Method (UncompressedTexture)

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

Parameters

other
The texture to check for equality.

Return Value

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

Target Platforms: Windows 10, Windows 8.1

See Also

Reference

UncompressedTexture Class
UncompressedTexture Members