Show / Hide Table of Contents

Operator Inequality

| Improve this Doc View Source

Inequality(Binary, Binary)

Describes the inequality relationship between two binary objects.

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

The first binary object.

Binary binary2

The second binary object.

Returns
Type Description
System.Boolean

true if the binary objects are not equal; otherwise false.

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