Share via


CMapMapping.CompareTo(CMapMapping) Method

Definition

Compares the current instance with the other object of the same type.

public:
 virtual int CompareTo(Microsoft::ReportingServices::Rendering::ImageRenderer::CMapMapping ^ other);
public int CompareTo (Microsoft.ReportingServices.Rendering.ImageRenderer.CMapMapping other);
abstract member CompareTo : Microsoft.ReportingServices.Rendering.ImageRenderer.CMapMapping -> int
override this.CompareTo : Microsoft.ReportingServices.Rendering.ImageRenderer.CMapMapping -> int
Public Function CompareTo (other As CMapMapping) As Integer

Parameters

other
CMapMapping

An object to compare with this instance.

Returns

A value that indicates the relative order of the objects being compared.

Implements

Applies to