PropertyData.Equals(ISfcProperty) Method

Definition

Indicates whether this instance and a specified object are equal.

public:
 virtual bool Equals(Microsoft::SqlServer::Management::Sdk::Sfc::ISfcProperty ^ other);
public bool Equals (Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty other);
override this.Equals : Microsoft.SqlServer.Management.Sdk.Sfc.ISfcProperty -> bool
Public Function Equals (other As ISfcProperty) As Boolean

Parameters

other
ISfcProperty

An interface that represents the property.

Returns

true if this instance and a specified object are equal; otherwise, false.

Implements

Applies to