Show / Hide Table of Contents

Operator Equality

| Improve this Doc View Source

Equality(Binary, Binary)

Describes the equality relationship between two binary objects.

Declaration
public static bool operator ==(Binary binary1, Binary binary2)
Parameters
Type Name Description
Binary binary1

First binary object.

Binary binary2

Second binary object.

Returns
Type Description
System.Boolean

true if the binary objects are equal; otherwise false.

  • Improve this Doc
  • View Source
Back to top Copyright © Weifen Luo | DevZest