KernelAnchor.Equals Method

Definition

Namespace: Numerics.NET.SignalProcessing
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 10.0.0

Overload List

Equals(KernelAnchor) Determines whether two KernelAnchor instances are equal.
Equals(Object) Determines whether the specified object is equal to the current instance.

Equals(KernelAnchor)

Determines whether two KernelAnchor instances are equal.
C#
public bool Equals(
	KernelAnchor other
)

Parameters

other  KernelAnchor
 

Return Value

Boolean

Implements

IEquatable<T>.Equals(T)

Equals(Object)

Determines whether the specified object is equal to the current instance.
C#
public override bool Equals(
	Object obj
)

Parameters

obj  Object
 

Return Value

Boolean

See Also