IEquatable

Description

interface System.IEquatable<T>

Extended by

AffineTransform struct
AstCount struct
BlockInfo struct
BuildInformation abstract
Camera sealed
ChunkingBatch struct
ColorF struct
ConfigType abstract
ConfigValue abstract
ContourRange struct
CubemapFaceCoordsD struct
CubemapFaceCoordsI struct
CubemapFaceRect struct
Cuboid struct
CxId struct
CxName struct
DataGridPath sealed
DatasetId struct
DecalFace struct
DecalingBatch struct
Edging struct
EnumItem sealed
Example_GeoPathSample struct
Fade struct
Fraction struct
GeoAuthority sealed
GeoObjectId sealed
GeoPathSample struct
GroundPathSample struct
GUID struct
HeightmapSample struct
IBoxOps
IColorRamp
ICurve
IDatasetInfo
IDatumTransform
IFileData
IGeoObject
IGeoRegistry
IGraphicsContextFactory
IHeightmapFormat
IImage
IJsonValue
IMaterial
IMaterialPartBase
IMatOps
IModelPart
INoiseFunctionBase
InputEvent sealed
IRasterTransform
IResourceHandle
IRule
ISampleBuffer
IShapeReaderModifier
IStringOp
IValidateMessage
IVecOps
IVectorConst
IVisual
LatLon struct
LatLonHeight struct
LatLonRange struct
LicenceMetadata sealed
LineStipple struct
LodRegion struct
LUID struct
MapEntry struct
MapInfo struct
MapViewBatch struct
MaterialKey struct
MultiBatch struct
MultiSampleType struct
ObjectPoolStats struct
Pair struct
Path sealed
PipelineStateHandle struct
PixelRange struct
PlantingBatch struct
PrimitiveBatch struct
Privilege sealed
ProfilerValue sealed
PyramidCoords struct
PyramidFileCacheOptions sealed
QuatD struct
RangeD struct
RangeF struct
RangeI struct
RangeL struct
RenderTargets struct
SampleLayout struct
ScreenLabelPlacementEntry struct
SectorBatch struct
ShaderSlot struct
Sphere struct
string sealed
StyleClass struct
TerrainMaterialBlend struct
TerrainSlotMapping struct
TexelBuffer abstract
Text sealed
TexturingBatch struct
Triple struct
ValidatePath sealed
VersionInfo struct
Vertex struct
VertexElement sealed
VertexElements sealed
VerticalRange struct
VirtualPath sealed
VisualInstance struct
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.