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

41a1c7e3 88ac cf3b a9e9 5b5539d8e339

haplokuon edited this page May 6, 2023 · 1 revision

Equals(Object) Method

netDxf 3.0.0 Library

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

Definition

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

C#

public override bool Equals(
	Object obj
)

VB

Public Overrides Function Equals ( 
	obj As Object
) As Boolean

C++

public:
virtual bool Equals(
	Object^ obj
) override

F#

abstract Equals : 
        obj : Object -> bool 
override Equals : 
        obj : Object -> bool 

Parameters

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

Return Value

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

See Also

Reference

GMatrix Class
Equals Overload
netDxf.GTE Namespace

Clone this wiki locally