Show / Hide Table of Contents

Operator Equality

| Improve this Doc View Source

Equality(_CharEnum<T>, _CharEnum<T>)

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

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

A _CharEnum<T> object.

_CharEnum<T> y

A _CharEnum<T> object.

Returns
Type Description
_Boolean

The result _Boolean expression.

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