Share via


AbsoluteMarker.Equality(AbsoluteMarker, AbsoluteMarker) Operator

Definition

Overriding == operator for enum AbsoluteMarker

public static bool operator == (Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker e1, Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker e2);
static member ( = ) : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker * Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Support.AbsoluteMarker -> bool
Public Shared Operator == (e1 As AbsoluteMarker, e2 As AbsoluteMarker) As Boolean

Parameters

e1
AbsoluteMarker

the value to compare against e2

e2
AbsoluteMarker

the value to compare against e1

Returns

true if the two instances are equal to the same value

Applies to