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 the ID of one ErrorInfo object to the ID of another ErrorInfo object.
Namespace: Microsoft.WindowsServerSolutions.Administration.ObjectModel
Assembly: Microsoft.WindowsServerSolutions.Administration.ObjectModel (in Microsoft.WindowsServerSolutions.Administration.ObjectModel.dll)
Syntax
public bool Equals(
ErrorInfo other
)
public:
virtual bool Equals(
ErrorInfo^ other
) sealed
Public Function Equals (
other As ErrorInfo
) As Boolean
Parameters
other
Type: Microsoft.WindowsServerSolutions.Administration.ObjectModel.ErrorInfoThe other ErrorInfo object to which the comparison will be made.
Return Value
Type: System.Boolean
true if the IDs of the objects are equal; otherwise, false.
Implements
See Also
Equals Overload
ErrorInfo Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace
Return to top