IEquatable

Description

interface System.IEquatable<T>

Extended by

AffineTransform struct
AstNode struct
BlockInfo struct
BuildInformation abstract
Camera sealed
ChunkingBatch struct
ColorSwizzle struct
ConfigType abstract
ConfigValue abstract
ContourRange struct
CubemapFaceCoordsD struct
CubemapFaceCoordsI struct
Cuboid struct
CxId struct
CxName struct
DataGridPath sealed
DatasetId struct
DecalFace struct
DecalingBatch struct
Edging struct
EnumItem sealed
Example_GeoPathSample struct
Fade struct
FileInfo struct
Fraction struct
Gauss struct
GeoAuthority sealed
GeoObjectId sealed
GeoPathSample struct
GroundPathSample struct
HeightmapSample struct
IBoxOps
IColorRamp
ICurve
IDatasetInfo
IDatumTransform
IEquatableHash
IFileData
IGeoObject
IGeoRegistry
IGraphicsContextFactory
IHeightmapFormat
IImage
IJsonValue
IMaterial
IMaterialPartBase
IMatOps
IModelPart
INoiseFunctionBase
InputEvent sealed
IRasterTransform
IResourceHandle
IRule
ISampleBuffer
ISetConst
IShapeReaderModifier
IStringOp
IText
IVectorConst
IVisual
LatLonHeight struct
LatLonRange struct
LicenceMetadata sealed
LineStipple struct
LodRegion struct
LUID struct
MapEntry struct
MapField struct
MapInfo struct
MapViewBatch struct
MaterialKey struct
MultiBatch struct
MultiSampleType struct
ObjectPoolStats struct
Pair struct
Path sealed
PixelRange struct
Plane struct
PlantingBatch struct
Privilege sealed
ProfilerValue sealed
PyramidFileCacheOptions sealed
QuatD struct
Ray struct
SampleLayout struct
ScreenLabelPlacementEntry struct
SectorBatch struct
ShaderSlot struct
Sphere struct
string sealed
TerrainMaterialBlend struct
TerrainSlotMapping struct
TexelBuffer abstract
TextPosition struct
TextureLayerContent struct
TexturingBatch struct
Timestamp struct
Triple struct
ValidateMessage sealed
ValidatePath sealed
ValidateResult struct
VersionInfo struct
Vertex struct
VertexElement sealed
VertexElements sealed
VerticalRange struct
VirtualPath sealed
XmlName struct
XmlNode abstract

Base interface for classes that implement an equality comparison.

Public / Methods

Equals


public method Equals → (1)

other in : T

The object to compare to.

returns → bool

true if this object is equal to other in,
false if it is different.

Compares this object with the given one.