Implemented interface member:
5 overrides of Equals
Microsoft.ML.Core.Tests (1)
UnitTests\TestCustomTypeRegister.cs (1)
65
public override bool
Equals
(DataViewTypeAttribute other)
Microsoft.ML.ImageAnalytics (1)
ImageType.cs (1)
49
public override bool
Equals
(DataViewTypeAttribute other)
Microsoft.ML.OnnxTransformer (2)
OnnxMapType.cs (1)
76
public override bool
Equals
(DataViewTypeAttribute other)
OnnxSequenceType.cs (1)
80
public override bool
Equals
(DataViewTypeAttribute other)
Microsoft.ML.Samples (1)
Dynamic\Transforms\CustomMappingWithInMemoryCustomType.cs (1)
107
public override bool
Equals
(DataViewTypeAttribute other)
1 reference to Equals
Microsoft.ML.Data (1)
Data\DataViewTypeManager.cs (1)
256
sameAttributeConfig = _associatedAttribute.
Equals
(other._associatedAttribute);