EventDefinitionHandle Struct

Definition

public value class EventDefinitionHandle : IEquatable<System::Reflection::Metadata::EventDefinitionHandle>
public struct EventDefinitionHandle : IEquatable<System.Reflection.Metadata.EventDefinitionHandle>
public readonly struct EventDefinitionHandle : IEquatable<System.Reflection.Metadata.EventDefinitionHandle>
type EventDefinitionHandle = struct
Public Structure EventDefinitionHandle
Implements IEquatable(Of EventDefinitionHandle)
Inheritance
EventDefinitionHandle
Implements

Properties

IsNil

Methods

Equals(EventDefinitionHandle)

Indicates whether the current object is equal to another object of the same type.

Equals(Object)
GetHashCode()

Operators

Equality(EventDefinitionHandle, EventDefinitionHandle)
Explicit(EntityHandle to EventDefinitionHandle)
Explicit(Handle to EventDefinitionHandle)
Implicit(EventDefinitionHandle to EntityHandle)
Implicit(EventDefinitionHandle to Handle)
Inequality(EventDefinitionHandle, EventDefinitionHandle)

Applies to