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

    IsEqual Method (TextureResource)
    Determines if this texture resource is equal to the other texture resource.
    Syntax
    public bool IsEqual( 
       TextureResource other
    )

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

    ArcGIS Pro version: 3 or higher.
    See Also