Partager via


SerializableEmailAccountInfo.IEquatable<SerializableEmailAccountInfo>.Equals Method (SerializableEmailAccountInfo)

 

Indicates whether the current object is equal to another object of the same type.

Namespace:   Microsoft.WindowsServerSolutions.HostedEmail
Assembly:  Wssg.HostedEmailObjectModel (in Wssg.HostedEmailObjectModel.dll)

Syntax

bool IEquatable<SerializableEmailAccountInfo>.Equals(
    SerializableEmailAccountInfo other
)
private:
virtual bool Equals(
    SerializableEmailAccountInfo^ other
) sealed = IEquatable<SerializableEmailAccountInfo^>::Equals
Private Function Equals (
    other As SerializableEmailAccountInfo
) As Boolean
    Implements IEquatable(Of SerializableEmailAccountInfo).Equals

Parameters

Return Value

Type: System.Boolean

true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

SerializableEmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace

Return to top