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.
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
other
Type: Microsoft.WindowsServerSolutions.HostedEmail.SerializableEmailAccountInfoAn object to compare with this object.
Return Value
Type: System.Boolean
true if the current object is equal to the other parameter; otherwise, false.
Implements
See Also
SerializableEmailAccountInfo Class
Microsoft.WindowsServerSolutions.HostedEmail Namespace
Return to top