Open this page in the API Guide

NativeParameter.Equals Method (NativeParameter)

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

Namespace:  Dundas.BI.Data.Metadata
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.4.0.1000)
Syntax
public bool Equals(
	NativeParameter other
)

Parameters

other
Type: Dundas.BI.Data.Metadata.NativeParameter
An object to compare with this object.

Return Value

Type: Boolean
true if the current object is equal to the other parameter; otherwise, false.

Implements

IEquatable<T>.Equals(T)
See Also