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


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

IPropertySet.IsEqual Method

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

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

PropertySet is a parameter of type IPropertySet*

Product Availability

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

Remarks

This method indicates whether two property sets are equal.

Note that it will always return false if the property set is an esriGeodatabase.XmlPropertySet (for metadata). See the XmlPropertySet coclass' documentation for more information.

See Also

IPropertySet Interface