Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

25f859ec dd4f 57bb 11aa ef09060ecc3b

haplokuon edited this page May 6, 2023 · 1 revision

Equals(GMatrix) Method

netDxf 3.0.0 Library

[Missing <summary> documentation for "M:netDxf.GTE.GMatrix.Equals(netDxf.GTE.GMatrix)"]

Definition

Namespace: netDxf.GTE
Assembly: netDxf (in netDxf.dll) Version: 3.0.0

C#

public bool Equals(
	GMatrix other
)

VB

Public Function Equals ( 
	other As GMatrix
) As Boolean

C++

public:
virtual bool Equals(
	GMatrix^ other
) sealed

F#

abstract Equals : 
        other : GMatrix -> bool 
override Equals : 
        other : GMatrix -> bool 

Parameters

  GMatrix
\[Missing <param name="other"/> documentation for "M:netDxf.GTE.GMatrix.Equals(netDxf.GTE.GMatrix)"\]

Return Value

Boolean
[Missing <returns> documentation for "M:netDxf.GTE.GMatrix.Equals(netDxf.GTE.GMatrix)"]

Implements

IEquatable(T).Equals(T)

See Also

Reference

GMatrix Class
Equals Overload
netDxf.GTE Namespace

Clone this wiki locally