ByteQuantifiedSize.Equals method (Object)
Returns a value indicating whether this instance is equal to a specified object.
Namespace: Microsoft.Exchange.Data
Assembly: Microsoft.Exchange.Data (in Microsoft.Exchange.Data.dll)
Syntax
'Declaration
Public Overrides Function Equals ( _
obj As Object _
) As Boolean
'Usage
Dim instance As ByteQuantifiedSize
Dim obj As Object
Dim returnValue As Boolean
returnValue = instance.Equals(obj)
public override bool Equals(
Object obj
)
Parameters
obj
Type: System.ObjectAn object to compare to this instance.
Return value
Type: System.Boolean
true if the obj parameter in an instance of the ByteQuantifiedSize class has the same value as this instance; otherwise, false.