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.
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
quota1
Type: Microsoft.WindowsServerSolutions.Storage.QuotaThe first Quota object.
quota2
Type: Microsoft.WindowsServerSolutions.Storage.QuotaThe second Quota object.
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