Share via


Quota.Equals Method (Quota)

 

Verifies whether this Quota object is equal to another.

Namespace:   Microsoft.WindowsServerSolutions.Storage
Assembly:  StorageOM (in StorageOM.dll)

Syntax

public bool Equals(
    Quota other
)
public:
virtual bool Equals(
    Quota^ other
) sealed
Public Function Equals (
    other As Quota
) As Boolean

Parameters

Return Value

Type: System.Boolean

true if this Quota object is equal to another; otherwise, false.

Implements

IEquatable<T>.Equals(T)

See Also

Equals Overload
Quota Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top