IndexTriangle.Equals (Object) Method

Determines whether the specified object is equal to the current object.
Public Overrides Function Equals( _ 
ByVal obj As Object
) As Boolean Implements _ 
IndexTriangle).Equals
This language is not supported or no code example is available.
public override bool Equals( 
object obj 
)
This language is not supported or no code example is available.

Parameters

obj
object

The object to compare with the current object.

Return Value

bool

true if the specified object is equal to the current object; otherwise, false.

Implements

IndexTriangle>.Equals

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition