This document is archived and information here might be outdated.  Recommended version.


IPropertySet2.IsEqualNoCase Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > System > ESRI.ArcGIS.esriSystem > Interfaces > IP > IPropertySet2 Interface > IPropertySet2.IsEqualNoCase Method
ArcGIS Developer Help

IPropertySet2.IsEqualNoCase Method

True if the property set is the same as the input property set.

[Visual Basic .NET]
Public Function IsEqualNoCase ( _
    ByVal PropertySet As IPropertySet _
) As Boolean
[C#]
public bool IsEqualNoCase (
    IPropertySet PropertySet
);
[C++]
HRESULT IsEqualNoCase(
  IPropertySet* PropertySet
);
[C++]
Parameters
PropertySet [in]

PropertySet is a parameter of type IPropertySet*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

The IsEqualNoCase method compares the input PropertySet to the current PropertySet.

See Also

IPropertySet2 Interface