共用方式為


EncryptionKeyWrapMetadata.Equals Method

Definition

Overloads

Equals(EncryptionKeyWrapMetadata)

Returns whether the properties of the passed in key wrap metadata matches with those in the current instance.

Equals(Object)

Equals(EncryptionKeyWrapMetadata)

Source:
EncryptionKeyWrapMetadata.cs

Returns whether the properties of the passed in key wrap metadata matches with those in the current instance.

public bool Equals (Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata other);
override this.Equals : Microsoft.Azure.Cosmos.EncryptionKeyWrapMetadata -> bool
Public Function Equals (other As EncryptionKeyWrapMetadata) As Boolean

Parameters

other
EncryptionKeyWrapMetadata

Key wrap metadata to be compared with current instance.

Returns

True if the properties of the key wrap metadata passed in matches with those in the current instance, else false.

Implements

Applies to

Equals(Object)

Source:
EncryptionKeyWrapMetadata.cs

Determines whether the specified object is equal to the current object.

public override bool Equals (object obj);
override this.Equals : obj -> bool
Public Overrides Function Equals (obj As Object) As Boolean

Parameters

obj
Object

Returns

Applies to