ProjectionEquals Method (Projection)

Spotfire 15.0 API Reference
Indicates whether the current object is equal to another object of the same type.

Namespace:  Spotfire.Dxp.Application.Visuals.Maps
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public bool Equals(
	Projection other
)

Parameters

other
Type: Spotfire.Dxp.Application.Visuals.MapsProjection
An object to compare with this object.

Return Value

Type: Boolean
if the current object is equal to the other parameter; otherwise, .

Implements

IEquatableTEquals(T)
Version Information


See Also

Reference