Share via


ErrorInfo.Equals Method (ErrorInfo)

 

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

Return Value

Type: System.Boolean

true if the IDs of the objects are equal; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Equals Overload
ErrorInfo Class
Microsoft.WindowsServerSolutions.Administration.ObjectModel Namespace

Return to top