ByteQuantifiedSize.Equals method (ByteQuantifiedSize)
Returns a value that indicates whether this instance is equal to another ByteQuantifiedSize object.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Function Equals ( _
other As ByteQuantifiedSize _
) As Boolean
'Usage
Dim instance As ByteQuantifiedSize
Dim other As ByteQuantifiedSize
Dim returnValue As Boolean
returnValue = instance.Equals(other)
public bool Equals(
ByteQuantifiedSize other
)
Parameters
other
Type: Microsoft.Exchange.Data.ByteQuantifiedSizeAn object to compare to this instance.
Return value
Type: System.Boolean
true if other has the same value as this instance; otherwise, false.