This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > SpatialAnalyst > ESRI.ArcGIS.SpatialAnalyst > Interfaces > IG > IGPEvaluationScale Interface > IGPEvaluationScale.IsSame Method (ArcObjects .NET 10.5 SDK) |
Verifies whether two scales are identical.
[Visual Basic .NET] Public Function IsSame ( _ ByVal oldList As Object _ ) As Boolean
[C#] public bool IsSame ( object oldList );
[C++]
HRESULT IsSame(
VARIANT oldList,
VARIANT_BOOL* bSame
);
[C++]
Parameters oldList [in] oldList is a parameter of type VARIANT bSame [out, retval] bSame is a parameter of type VARIANT_BOOL