ArcGIS Pro 3.2 API Reference Guide
ArcGIS.Core.Geometry Namespace / JPEGTexture Class / IsEqual Method
The texture to check for equality.

In This Topic
    IsEqual Method (JPEGTexture)
    In This Topic
    Determines if this texture is equal to the other texture.
    Syntax
    public override bool IsEqual( 
       Texture texture
    )
    Public Overrides Function IsEqual( _
       ByVal texture As Texture _
    ) As Boolean

    Parameters

    texture
    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 11, Windows 10

    ArcGIS Pro version: 3 or higher.
    See Also