Share via


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

Return value

Type: System.Boolean
true if other has the same value as this instance; otherwise, false.

See also

Reference

ByteQuantifiedSize structure

ByteQuantifiedSize members

Equals overload

Microsoft.Exchange.Data namespace