Sdílet prostřednictvím


Computer.Key.Equality Operator

Include Protected Members
Include Inherited Members

Determines whether the specified object key is equal to the referenced object key.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public operatorStatic member Equality(Object, Computer.Key) A Boolean value that specifies whether the specified keys are equal. If true, the keys are equal; otherwise, false.
Public operatorStatic member Equality(Computer.Key, Computer.Key) Determines whether the specified object key is equal to the referenced object key.
Public operatorStatic member Equality(Computer.Key, Object) Determines whether the specified object key is equal to the referenced object key.

Top