Bagikan melalui


ClientEncryptionKeyProperties.Equals Method

Definition

Overloads

Equals(ClientEncryptionKeyProperties)

Compares this instance of client encryption key properties to another.

Equals(Object)

Compares this instance of client encryption key properties to another object.

Equals(ClientEncryptionKeyProperties)

Source:
ClientEncryptionKeyProperties.cs

Compares this instance of client encryption key properties to another.

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

Parameters

other
ClientEncryptionKeyProperties

Instance to compare with.

Returns

True if properties match, else false.

Implements

Applies to

Equals(Object)

Source:
ClientEncryptionKeyProperties.cs

Compares this instance of client encryption key properties to another object.

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

Parameters

obj
Object

Object to compare with.

Returns

True if the other object is an instance of ClientEncryptionKeyProperties and the properties match, else false.

Applies to