Share via


Quota.Equals Method (Quota, Quota)

 

Verifies whether this Quota object is equal to two others.

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

Syntax

public static bool Equals(
    Quota quota1,
    Quota quota2
)
public:
static bool Equals(
    Quota^ quota1,
    Quota^ quota2
)
Public Shared Function Equals (
    quota1 As Quota,
    quota2 As Quota
) As Boolean

Parameters

Return Value

Type: System.Boolean

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

See Also

Equals Overload
Quota Class
Microsoft.WindowsServerSolutions.Storage Namespace

Return to top