Show / Hide Table of Contents

Operator Equality

| Improve this Doc View Source

Equality(_ByteEnum<T>, _ByteEnum<T>)

Performs a logical comparison of the two _ByteEnum<T> parameters for equality.

Declaration
public static _Boolean operator ==(_ByteEnum<T> x, _ByteEnum<T> y)
Parameters
Type Name Description
_ByteEnum<T> x

A _ByteEnum<T> object.

_ByteEnum<T> y

A _ByteEnum<T> object.

Returns
Type Description
_Boolean

The result _Boolean expression.

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