DataProperty.Equals Method (DataProperty) |
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 (25.1.0.1000)
Syntaxpublic bool Equals(
DataProperty? other
)
Public Function Equals (
other As DataProperty
) As Boolean
public:
virtual bool Equals(
DataProperty^ other
) sealed
abstract Equals :
other : DataProperty -> bool
override Equals :
other : DataProperty -> bool
Parameters
- other
- Type: Dundas.BI.Data.Metadata.DataProperty
An object to compare with this object.
Return Value
Type:
Booleantrue if the current object is equal to the
other parameter; otherwise,
false.
Implements
IEquatable<T>.Equals(T)
See Also