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
other
Type: Microsoft.WindowsServerSolutions.Storage.QuotaThe other Quota object.
Return Value
Type: System.Boolean
true if this Quota object is equal to another; otherwise, false.
Implements
See Also
Equals Overload
Quota Class
Microsoft.WindowsServerSolutions.Storage Namespace
Return to top