Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Compares one ListObject object to the ID of another ListObject object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public virtual bool Equals(
ListObject x,
ListObject y
)
public:
virtual bool Equals(
ListObject^ x,
ListObject^ y
)
Public Overridable Function Equals (
x As ListObject,
y As ListObject
) As Boolean
Parameters
x
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.ListObjectThe first ListObject object to compare to the other ListObject object.
y
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners.ListObjectThe other ListObject object that is compared to the first object.
Return Value
Type: System.Boolean
true if the objects are equal; otherwise, false.
Implements
IEqualityComparer<T>.Equals(T, T)
See Also
Equals Overload
ListProviderAdorner Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel.Adorners Namespace
Return to top