KitchenDraw SDK 2
Show / Hide Table of Contents

Method Equals

Equals(FinishesConfig)

Compares two instances based on their internal finishes config string representation.

Declaration
public bool Equals(Scene.Object.FinishesConfig other)
Parameters
Type Name Description
Scene.Object.FinishesConfig other
Returns
Type Description
bool
Implements
IEquatable<T>.Equals(T)

Equals(object)

Compares two instances based on their internal finishes config string representation.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
object obj
Returns
Type Description
bool
Overrides
object.Equals(object)
In this article
Back to top Generated by DocFX